-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to change the time manually ? #278
Comments
Unfortunately, there is currently no official way to do this. You are welcome to make appropriate changes and make a pull request. |
+1 |
there is:
add it to options hash and set to true. |
…ichael-hack#278) Added demo for editTimeManually for time and datetime picker. Removed option `position` which was mentioned in the docs but is not available anymore.
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. |
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.
The text was updated successfully, but these errors were encountered: