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
If you're using a ExpandableTile and have a TextInput inside the TileBelowTheFoldContext, the tile will collapse if the user hits the spacebar when the TextInput has focus.
Spacebar should only expand / collapse the ExpandableTile if the tile has focus, hitting space while typing text in the TextInput show now affect the Tile.
Tested in Chrome / Firefox / Safari on macbook
"carbon-components-react": "7.17.0"
Issue was found in Cognos Analytics.
Steps to reproduce the issue
Use an ExpandableTile and insert a TextInput as a child of the TileBelowTheFoldContent.
Try typing a space in the input. BUG, the tile will collapse
What package(s) are you using?
carbon-components-react 7.17.0
carbon-components
carbon-components-react
Detailed description
If you're using a ExpandableTile and have a TextInput inside the TileBelowTheFoldContext, the tile will collapse if the user hits the spacebar when the TextInput has focus.
Spacebar should only expand / collapse the ExpandableTile if the tile has focus, hitting space while typing text in the TextInput show now affect the Tile.
Tested in Chrome / Firefox / Safari on macbook
"carbon-components-react": "7.17.0"
Issue was found in Cognos Analytics.
Steps to reproduce the issue
Additional information
All I did here is hit the spacebar.
The text was updated successfully, but these errors were encountered: