blockly-samples
blockly-samples copied to clipboard
Time Picker Field
Category Plugins
Component A field that will allow the user to pick the time.
Is your feature request related to a problem? Please describe. There is not an easy way to configure the date field to also allow time.
Describe the solution you'd like A field that will allow the user to choose the time. They could use this as well as the date field on a block to get the time on a specific day.
Describe alternatives you've considered A field that will allow a user to pick the date as well as the time. I think this would be a bit more complicated and less flexible than the other solution, however I think either way would be acceptable.
Additional context https://groups.google.com/g/blockly/c/Q5NdVWX1Ke4
This could be done with an HTML time input with appropriate validation.
@alschmiedt My group (for a university project) would like to work on this!
Hi @MatoPlus I've assigned you, but feel free to split the work up amongst yourselves! Best of luck, and we are here to help if you need it =)