fix(data-table): remove aria-hidden prop from ToolbarSearch

This commit is contained in:
Eric Liu 2021-01-21 14:27:33 -08:00
commit 681bd38f52

View file

@ -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