The new Input
type
number
restriction shouldn't hard-code the decimal point
#3662
Labels
Input
type
number
restriction shouldn't hard-code the decimal point
#3662
Currently if
type="number"
on anInput
it will insist on the decimal point being a.
. It should probably uselocale.localeconv()["decimal_point"]
, or at least should allow the developer to say if it should be locale-sensitive or not.The text was updated successfully, but these errors were encountered: