Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Inconsistency in html5 support for fields #54055

Copy link
Copy link
Open
@maciekpaprocki

Description

@maciekpaprocki
Issue body actions

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

No one assigned

    Labels

    FormRFCRFC = 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)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.