Replies: 2 comments 5 replies
-
Hi, We use the standard browser time picker for this. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/time The docs mention a step attribute but both Edge and Firefox are not picking that up. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I did not yet tried, but this component is based in the standard input field where |
Beta Was this translation helpful? Give feedback.
5 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.
-
Hi,
It would be great to have a "step" attribute in FluentTimePicker that will allow to show only some "periods" from time. For example step = 900 will show only each 15 minutes like 00, 15, 30, 45, while step = 600 will show only each 10 minutes like 00, 10, 20, 30, 40, 50.
Regards
Beta Was this translation helpful? Give feedback.
All reactions