You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If input is of type number and depends on other input and number validation fails, than form is not valid but no error is added to Nette.formErrors. Even no further errors are added.
Version: 3.3.0 and others
Bug Description
If input is of type
number
and depends on other input andnumber
validation fails, than form is not valid but no error is added toNette.formErrors
. Even no further errors are added.Steps To Reproduce
Check the checkbox.
Enter non numeric value, eg
5X
toNumber
field.Do not fill
Required
field.And submit the form.
No error is displayed.
Expected Behavior
Two errors should be displayed:
Possible Solution
See related MR.
The text was updated successfully, but these errors were encountered: