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
//edit. Seems like the showErrors is applied on a input field:
But not on select & number-input fields.
Fix
The showErrors css class should be correctly applied to the field element to show that there's a error.
The text was updated successfully, but these errors were encountered:
alucardu
changed the title
ShowErrors css class does not exist/not applied to form field
ShowErrors css class does not exist/not applied to certain fields
Mar 29, 2022
Bug
The
showErrors
class is added to class selecter on the form field but there's actualshowErrors
class applied to the field://edit. Seems like the
showErrors
is applied on a input field:But not on select & number-input fields.
Fix
The
showErrors
css class should be correctly applied to the field element to show that there's a error.The text was updated successfully, but these errors were encountered: