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

@ -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