Tabindex should be a number not a string

This commit is contained in:
Bilux 2022-10-15 13:52:05 +01:00 committed by GitHub
commit 89bd587dc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 24 additions and 24 deletions

View file

@ -37,7 +37,7 @@ export interface SelectableTileProps
* Specify the tabindex
* @default "0"
*/
tabindex?: string;
tabindex?: number;
/**
* Specify the ARIA label for the selectable tile checkmark icon