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

Datepicker input does not have focus after date selection and datepicker closes #746

Open
goforebroke opened this issue Oct 3, 2024 · 1 comment
Labels

Comments

@goforebroke
Copy link

After selecting a date from datepicker the input does not have focus.

image

Select date and the input field does not have the focus

image

If I press the tab key, the focus goes to the image in the corner as opposed to the next date picker on the form.

image

How can set focus to the first input field with the date picker after a date is selected?

@atanaskwikly
Copy link

We are going to fix that in the next release. Short term you can use the select event (https://gijgo.com/datepicker/events/select) to set focus on the field once the date is selected.

@atatanasov atatanasov added the bug label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants