Simplify date and time fields into a single component #1661
Closed
ZakkProjects
started this conversation in
Feature Requests / Ideas
Replies: 1 comment
-
Ok. Guess i just didnt explore enough. DateRangePicker with granularity="second" acts exactly as i wanted. But still it would be nice to merge it into a single component ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice to merge date and time field/picker components into a single component. It might simplify the use and development and also implement missing date-time-field and picker component.
The same might also apply for its range variations.
Since all components (including range variants) are relatively modular by using array of segments. It would be nice to merge these 4 componets into a single component.
By merging the granularity enums it would still allow user to specify the granularity and use readonlySegments (which is already common for all components) to disable certain parts of the input.
Beta Was this translation helpful? Give feedback.
All reactions