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
Hi, quick feedback on the new focus element. First, thanks for implementing it @JCash !
I've tried using the Slider from this example project, but if I first type text in another input, the slider is unusable.
Same behavior happens when releasing the mouse button over another input field, Slider becomes stuck.
The text was updated successfully, but these errors were encountered:
Hmm, strange. I wouldn't have thought I did anything special with regards to the inner workings of dirty larry. I'll check it out!
Sorry, something went wrong.
I've fixed it by just removing the active node check on mouse button press/release.
Commit on my fork for reference: tugteam@9d5425d
No branches or pull requests
Hi, quick feedback on the new focus element. First, thanks for implementing it @JCash !
I've tried using the Slider from this example project, but if I first type text in another input, the slider is unusable.
Same behavior happens when releasing the mouse button over another input field, Slider becomes stuck.
The text was updated successfully, but these errors were encountered: