mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
Minor fixes to align with v10.26 (#490)
* fix(data-table): remove aria-hidden prop from ToolbarSearch * fix(ui-shell): deprecate ariaLabel prop in HeaderNav - remove menubar role from HeaderNav - obtain "aria-label" and "aria-labelledby" from $$props * fix(slider): add label id
This commit is contained in:
parent
74e883a47c
commit
48012b9ca0
3 changed files with 11 additions and 7 deletions
|
@ -43,7 +43,6 @@
|
|||
<Search
|
||||
size="sm"
|
||||
tabindex="{expanded ? tabindex : '-1'}"
|
||||
aria-hidden="{!expanded}"
|
||||
{...$$restProps}
|
||||
bind:ref
|
||||
bind:value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue