-
Notifications
You must be signed in to change notification settings - Fork 461
Closed
Labels
status:in-progressWork is in progressWork is in progress
Milestone
Description
🙋 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
Colorto theTextFieldTypeenum - Add the date related options as well
date,datetime-local,month,timeandweek
🔦 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
Labels
status:in-progressWork is in progressWork is in progress