Skip to content

feat: add other input types to FluentTextField (color) #2970

@svrooij

Description

@svrooij

🙋 Feature Request

Support for html 5 color picker (and additional html5 input types, related to dates)

🤔 Expected Behavior

<FluentTextField @bind-Value=value1 TextFieldType="TextFieldType.Color">Color</FluentTextField>

😯 Current Behavior

Not supported

💁 Possible Solution

  • Add the Color to the TextFieldType enum
  • Add the date related options as well date, datetime-local, month, time and week

🔦 Context

We want to use Fluent UI for all elements in a form. Most browser have support for additional input types. In my opinion it would make sense to support all the additional html5 supported types.

💻 Examples

All input types w3schools

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions