I would like my users to be able to enter time as HH:MM in an input box. They would be entering a time of day. using the date time picker for this is not efficient
How can I do this
I would like my users to be able to enter time as HH:MM in an input box. They would be entering a time of day. using the date time picker for this is not efficient
How can I do this
How are you saving this information in your database? If you saved hour and minute separately you could have two separate inputs (which could obviously be designed to look like one input if you wanted) and you could set the hour box to integer with a min of 1 and max of 12 and set the minutes box to integer with a min of 0 and a max of 59.
Thanks for your response, I was looking at a similar solution but since there is no auto tab or move to next input that I have found in bubble that would be a not so easy input method.
I found the plug-in Ultimate toolkit that solves my issue