mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 20:09:35 +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
|
@ -55,7 +55,7 @@ export interface FileUploaderButtonProps
|
|||
* Specify `tabindex` attribute
|
||||
* @default "0"
|
||||
*/
|
||||
tabindex?: string;
|
||||
tabindex?: number;
|
||||
|
||||
/**
|
||||
* Set an id for the input element
|
||||
|
|
|
@ -50,7 +50,7 @@ export interface FileUploaderDropContainerProps
|
|||
* Specify `tabindex` attribute
|
||||
* @default "0"
|
||||
*/
|
||||
tabindex?: string;
|
||||
tabindex?: number;
|
||||
|
||||
/**
|
||||
* Set an id for the input element
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue