Closed
Description
What version of strapi-design-system are you using?
- Design-System: 1.10.0
What's Wrong?
The focus state of a disabled Select
and Combobox
is inconsistent. While Select
does not display the focus outline (which imo is the proper behavior) the Combobox
does:
Kapture.2023-09-06.at.08.44.47.mp4
To Reproduce
- Use
Select
andCombobox
next to each other - Add
disabled=true
to both - Focus both fields
Expected Behaviour
I expect Combobox
to not receive any events nor display a visible focus state. It could also be discussed which cursor to display in this case, because it is inconsistent too.