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

feat: added focus ignored selector #92

Closed
wants to merge 2 commits into from

Conversation

lubomirblazekcz
Copy link

Hi @mymth, this should fix #78

I've added new option focusIgnoredSelector, this can be css selector what elements to ignore for focus, eg: :is([type="time"], .myCustomClassname) etc

@mymth mymth closed this in 646d69f Dec 29, 2021
mymth added a commit that referenced this pull request Dec 29, 2021
…ng default of mousedown event in order to prevent input field from flickering and give users a way to extend datepicker by adding their own elements (#78)

Close #85, Close #92

* Merge branch 'dev'
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

Successfully merging this pull request may close these issues.

Remove disableTouchKeyboard and forced focus
1 participant