mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
fix(data-table): remove aria-hidden prop from ToolbarSearch
This commit is contained in:
parent
74e883a47c
commit
681bd38f52
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@
|
||||||
<Search
|
<Search
|
||||||
size="sm"
|
size="sm"
|
||||||
tabindex="{expanded ? tabindex : '-1'}"
|
tabindex="{expanded ? tabindex : '-1'}"
|
||||||
aria-hidden="{!expanded}"
|
|
||||||
{...$$restProps}
|
{...$$restProps}
|
||||||
bind:ref
|
bind:ref
|
||||||
bind:value
|
bind:value
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue