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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I created a discussion, because I am not sure if it is a bug, since there is a buildin workaround:
Let's say you create a field for prices:
If you now enter a decimal number (like
6.33
) it will show you the browser error message, that you have to type an integer:This can be fixed, by using the step attribute:
Since this is a common problem for each decimal number, shouldn't we add a
step
method?I can create a pull request, if you like.
Beta Was this translation helpful? Give feedback.
All reactions