Open
Description
Description
Seems like some number fields have enabled HTML5 support by default and some do not.
MoneyType::class
NumberType::class
PercentType::class
have all false
IntegerType::class
Doesn't have html5 option and is html5 only.
I think that's for back compatibility, so not sure if that can be fixed. Feel free to close it if that's the case.
Browser support for number field now is very, very wide, so it's maybe possible to just remove that option ( as in make it true to not break ).
https://caniuse.com/input-number ( without the spinner )
Weirdly integer type has worst support than number ( step support )
Example
No response
Metadata
Metadata
Assignees
Labels
RFC = Request For Comments (proposals about features that you want to be discussed)RFC = Request For Comments (proposals about features that you want to be discussed)