Toolbar search in table not working
See original GitHub issueDetailed description
Describe in detail the issue you’re having.
Is this a feature request (new component, new icon), a bug, or a general issue? Bug
Is this issue related to a specific component? Table, Search
What did you expect to happen? What happened instead? What would you like to see changed? For search in table to work as expected like in the previous versions
What browser are you working in? Google chrome Version 91.0.4472.114
What version of the Carbon Design System are you using?
"carbon-components": "^10.37.0",
"carbon-components-angular": "^4.52.1",
"@carbon/colors": "^10.8.0",
"@carbon/grid": "^10.9.1",
"@carbon/icons-angular": "^11.2.2",
"@carbon/import-once": "^10.3.0",
"@carbon/layout": "^10.8.1",
"@carbon/motion": "^10.6.0",
Steps to reproduce the issue
Happens in the documentation page of carbon angular https://angular.carbondesignsystem.com/?path=/story/components-table--with-toolbar
Additional information
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:7 (4 by maintainers)
Top GitHub Comments
yes i noticed the same, the only reason i didn’t remove that div and moved everything to
@hostBinding
is that i’m not sure it’s legal to assign therole="search"
to a non standard element and also because i wanted to fix the issue without having to change too much the component…just in case some choices were done on purpose.in storybook the search is not hooked to the table…you have to manually hook it
@zvonimirfras I think would be better assign it to @Licen-it since she/he resolve the issue - please also keep in mind my previous observation