area: formsfeaturefeature: under considerationfreq2: mediumopen for contributions
描述
[x] Feature request
It would be nice to add support for multiple updateOn: events. e.g updateOn: "blur submit".
There is scenario where single "blur" is not enough.
For example:
- we have simple form with 2 fields and one submit button
- user enters value for the first field and navigates to the second one
- user enters value for the second field and submit form by pressing enter key
In my example, the form will be submitted with empty value in the second filed.