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
I have a selectize component with the required attribute set. This means isEmpty is called on validation to check whether the model has a value or not.
If the model value is numeric (eg set programmatically rather than by user selection), the isEmpty test fails as numbers don't have a length property.
The text was updated successfully, but these errors were encountered:
I have a selectize component with the required attribute set. This means isEmpty is called on validation to check whether the model has a value or not.
If the model value is numeric (eg set programmatically rather than by user selection), the isEmpty test fails as numbers don't have a length property.
The text was updated successfully, but these errors were encountered: