You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some implementation teams have requested that once the disabled prop is removed the TileSelect, be focused again/ not lose focus. The current behaviour seems to match how html inputs behave as default (https://codesandbox.io/s/peaceful-banach-y1e0w?file=/src/index.js), so I think it would be worth having a UX investigate so we can ensure we implement the correct behaviour.
Current behaviour
We had an issue raised previously (#4227) where the focus outline was remaining on the a
disabled
TileSelect
. A fix was implemented where theTileSelect
loses focus when it isdisabled
. https://codesandbox.io/s/optimistic-mendeleev-f4i19?file=/src/index.jsExpected behaviour
Some implementation teams have requested that once the
disabled
prop is removed theTileSelect
, be focused again/ not lose focus. The current behaviour seems to match how html inputs behave as default (https://codesandbox.io/s/peaceful-banach-y1e0w?file=/src/index.js), so I think it would be worth having a UX investigate so we can ensure we implement the correct behaviour.CodeSandbox or Storybook URL
https://codesandbox.io/s/optimistic-mendeleev-f4i19?file=/src/index.js
Suggested Solution
No response
Carbon Version
81.04
What browsers are you seeing the problem on?
Firefox, Chrome, Safari
What Operating System are you seeing the problem on?
MacOS
Anything else we should know?
No response
Confidentiality
The text was updated successfully, but these errors were encountered: