- Notifications
You must be signed in to change notification settings - Fork254
Description
Description :
I have a table column containing time only type that I want to make editable. The column type selection is missing a time only type. Therefore, I have no way of making sure that the user input will be a time. This is a very important functionality because having editable time only in tables is very common.
Currently, we have the "Date" and "Date-Time" column type on Table component as shown below :

We also need to have "Time" only column type, where User can add time.
Describe the solution you'd like
Having a time only column type that restricts the user input to time values.
Having time only options like input format, stepper to minutes or seconds etc.
Having the possibility to add suffix and prefix icon or text
Describe alternatives you've considered
Imho there's no other way to solve this without a native implementation.