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

Auto-Focus minutes after inserted hours #2989

Open
marcoheine opened this issue Mar 4, 2024 · 0 comments
Open

Auto-Focus minutes after inserted hours #2989

marcoheine opened this issue Mar 4, 2024 · 0 comments

Comments

@marcoheine
Copy link

marcoheine commented Mar 4, 2024

My Code:

$("#").flatpickr({
enableTime: true,
noCalendar: true,
dateFormat: "H:i",
time_24hr: true,
defaultHour: ,
defaultMinute: ,
allowInput: false,
});

After the user inserted the hour, he should auto-jump to the minutes. The minutes should be focused.
Is this possible?

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

No branches or pull requests

1 participant