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
As you can see below via Chrome Dev Tools, the div.picker__holder border collapses to a 2px tall line:
This line will intercept clicks meant for the input, so the picker doesn't open. When I remove the border, this is no longer an issue.
Is there a reason the entire picker element isn't display:none until triggered?
display:none
The text was updated successfully, but these errors were encountered:
display: none kills all animations :(
display: none
I’ve fixed this locally. Will push an update with a few more fixes later in the week.
Sorry, something went wrong.
ae3330d
No branches or pull requests
As you can see below via Chrome Dev Tools, the div.picker__holder border collapses to a 2px tall line:
This line will intercept clicks meant for the input, so the picker doesn't open. When I remove the border, this is no longer an issue.
Is there a reason the entire picker element isn't
display:none
until triggered?The text was updated successfully, but these errors were encountered: