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
Hi
I have found out that the Firefox browser make a validation error (a red border around the input field) when using the numeric component with steps. It is only visual. Chrome is all good.
rstoenescu
changed the title
Numeric component with minor bug (only Firefox)
[firefox] Numeric component has browser validation error if not specifying step="any"
Jan 12, 2017
Hi
I have found out that the Firefox browser make a validation error (a red border around the input field) when using the numeric component with steps. It is only visual. Chrome is all good.
Tom describe the issue here: https://www.isotoma.com/blog/2012/03/02/html5-input-typenumber-and-decimalsfloats-in-chrome/
It can be fixed by adding the tag step="any" in the numeric component. Like this:
// Rasmus
The text was updated successfully, but these errors were encountered: