-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feat]: Add a time only column type to the table component #1549
Comments
iamfaran
added a commit
to iamfaran/lowcoder
that referenced
this issue
Mar 1, 2025
iamfaran
added a commit
to iamfaran/lowcoder
that referenced
this issue
Mar 1, 2025
8 tasks
iamfaran
added a commit
to iamfaran/lowcoder
that referenced
this issue
Mar 3, 2025
iamfaran
added a commit
to iamfaran/lowcoder
that referenced
this issue
Mar 3, 2025
This has been released in V2.6.4. |
Very nice, thanks |
Hello! I test this features and you forgot to realize configurable step for hours minutes and seconds, can i ask you to add this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: