Is there a way to change the time manually ?
Opened this issue · 4 comments
Is your feature request related to a problem? Please describe.
I really like the datetime picker, but I was wondering if it would be possible to let the user change the values by typing it directly ?
For example, using the keyboard to type "08:00" instead of using the +/- signs.
Describe the solution you'd like
Being to click and setting the values using the keyboard would be nice.
Describe alternatives you've considered
Or at least, removing the "read-only" on the input so the user can change the string directly.
Unfortunately, there is currently no official way to do this. You are welcome to make appropriate changes and make a pull request.
+1
clicking + and - is way too long
I would love to be able to enter the time manually
there is:
editTimeManually: false
add it to options hash and set to true.
Hello,
I'm currently working on a React project and trying to integrate the Bulma Calendar component, specifically looking to enable manual date entry. I came across this issue (#278) and was wondering if there has been any development or solution for React integration, particularly with the manual date entry feature. I tried using the meta-system-GmbH fork and setting the editTimeManually flag to true, but the input field remains read-only. Does anyone have a solution or example for React implementation with manual date editing in Bulma Calendar?
Thank you for any guidance.