-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
fix(TableToolbarSearch): ensure search cannot be expanded when disabled #7612
fix(TableToolbarSearch): ensure search cannot be expanded when disabled #7612
Conversation
Deploy preview for carbon-elements ready! Built with commit c7218a6 |
Deploy preview for carbon-components-react ready! Built with commit c7218a6 https://deploy-preview-7612--carbon-components-react.netlify.app |
@emyarod let me know if there are any other issues with this 👍 |
@emyarod updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we do the same for the transition overrides as well? otherwise looks good to me
6d3d26a
to
a4c1a74
Compare
a4c1a74
to
c7218a6
Compare
Closes #7522
Disabled styles will now prevent the search from expanding if
disabled
is passed toTableToolbarSearch
Changelog
New
disabled
is passed toTableToolbarSearch
TableToolbarSearch
from the tab order if it is disabledTesting / Reviewing
Pass
disabled
toTableToolbarSearch
in theDataTable-filtering.js
file and make sure the search is not able to interact with