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
This is because javascript resolves 0 as false so the select thinks there is no value. @Hyperkid123 we could probably fix it. As a workaround, @anjalikalsariya, use string and then convert it to a number. 😸
Correct @rvsia. I got it.
For now, let me add that convert solution. Later, If anything will be changing in the library to fix this issue that will be more helpful.
One more thing is when the value is 0 and validation is required then also throws an error for an empty field. Validation does not work with the value 0 integer.
Select field
Can you help me for it?
The text was updated successfully, but these errors were encountered: