Skip to content

Add all possible types in Form Builder #6552

@pom421

Description

@pom421

Is your feature request related to a problem? Please describe.
I used to use Form Builder but some input types are missing.
For example, we don't have access to date (only datetime, which is separate).

Only these ones are present :

  • text
  • select
  • checkbox
  • radio
  • number
  • textarea
  • email
  • range
  • search
  • tel
  • url
  • time
  • datetime
  • datetime-local
  • week
  • month
  • validate

Describe the solution you'd like
Taking reference from React.HTMLInputTypeAttribute type definition, it should be these ones:

  • button
  • checkbox
  • color
  • date
  • datetime-local
  • email
  • file
  • hidden
  • image
  • month
  • number
  • password
  • radio
  • range
  • reset
  • search
  • submit
  • tel
  • text
  • time
  • url
  • week

I don't see any bad consequences of adding these type values in the list. Do you? 🤔

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions