v2.0.0 has an obvious regression, that I'm surprised made it into the release.
Given a form with multiple simple text inputs:
- typing a character into an input automatically switches the focus to the next input (this repeats every time a character is typed into an input)
- if there is an input with an error, typing a character into any other input automatically switches the focus to the input with the error (I thought this is supposed to happen only after the form is submitted...)
How this made it in is beyond me.
v2.0.0 has an obvious regression, that I'm surprised made it into the release.
Given a form with multiple simple text inputs:
How this made it in is beyond me.