mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 04:13:02 +00:00
Tabindex should be a number not a string
This commit is contained in:
parent
43b3029d50
commit
89bd587dc2
23 changed files with 24 additions and 24 deletions
|
@ -42,7 +42,7 @@
|
|||
export let iconName = "";
|
||||
|
||||
/** Set the button tabindex */
|
||||
export let tabindex = "0";
|
||||
export let tabindex = 0;
|
||||
|
||||
/**
|
||||
* Set an id for the tooltip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue