mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 11:59:34 +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
2
types/Tile/RadioTile.svelte.d.ts
vendored
2
types/Tile/RadioTile.svelte.d.ts
vendored
|
@ -31,7 +31,7 @@ export interface RadioTileProps
|
|||
* Specify the tabindex
|
||||
* @default "0"
|
||||
*/
|
||||
tabindex?: string;
|
||||
tabindex?: number;
|
||||
|
||||
/**
|
||||
* Specify the ARIA label for the radio tile checkmark icon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue