We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
input
handleClickOutside relies on refs to the input element and the picker modal, which are not available when using an individual input element.
handleClickOutside
The text was updated successfully, but these errors were encountered:
You could add a blur listener to set the "show" state to false as a workaround here, I guess. Hope this helps :)
Sorry, something went wrong.
@carstenblt I've created a PR to pass inputRef with options: #53
You could add a blur listener to set the "show" state to false as a workaround
I tried this but that made the picker disappear before a value is chosen
No branches or pull requests
handleClickOutside
relies on refs to the input element and the picker modal, which are not available when using an individualinput
element.The text was updated successfully, but these errors were encountered: