Skip to content
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

Open
Linkinou opened this issue Sep 6, 2021 · 4 comments
Open

Is there a way to change the time manually ? #278

Linkinou opened this issue Sep 6, 2021 · 4 comments

Comments

@Linkinou
Copy link

Linkinou commented Sep 6, 2021

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.

@michael-hack
Copy link
Owner

Unfortunately, there is currently no official way to do this. You are welcome to make appropriate changes and make a pull request.

@MetallianFR68
Copy link

+1
clicking + and - is way too long
I would love to be able to enter the time manually

@whysthatso
Copy link

there is:

  editTimeManually: false

add it to options hash and set to true.

dmoebius added a commit to meta-system-GmbH/bulma-calendar that referenced this issue Aug 17, 2023
…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.
@Krzyshio
Copy link

Krzyshio commented Dec 8, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants