-
Notifications
You must be signed in to change notification settings - Fork 84
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
Blur not fired when TileSelect disabled #4227
Labels
Comments
FE-4218 |
edleeks87
added a commit
that referenced
this issue
Jul 9, 2021
Adds `useEffect` to set `hasFocus` to false if `disabled` prop is set fix #4227
8 tasks
carbonci
pushed a commit
that referenced
this issue
Jul 15, 2021
### [77.12.2](v77.12.1...v77.12.2) (2021-07-15) ### Bug Fixes * **tile-select:** prevent focus outline when tile select is disabled ([e6c9a17](e6c9a17)), closes [#4227](#4227)
🎉 This issue has been resolved in version 77.12.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current behaviour
When TileSelect was selected and later disabled the outline is not removed on click other element.
Expected behaviour
No outline after blur on disabled TileSelect
Reproducible example
https://codesandbox.io/s/sharp-bartik-0gou9?file=/src/index.js
Additional context
React issue might be related: facebook/react#9142
Your environment
The text was updated successfully, but these errors were encountered: