pull/2835/head
mertsincan 2022-07-31 03:33:48 +01:00
parent 18a4ed5f61
commit a96a133a98
2 changed files with 2 additions and 2 deletions

View File

@ -224,7 +224,7 @@ const DropdownProps = [
{ {
name: "tabindex", name: "tabindex",
type: "number", type: "number",
default: "null", default: "0",
description: "Index of the element in tabbing order." description: "Index of the element in tabbing order."
}, },
{ {

View File

@ -242,7 +242,7 @@ const MultiSelectProps = [
{ {
name: "tabindex", name: "tabindex",
type: "number", type: "number",
default: "null", default: "0",
description: "Index of the element in tabbing order." description: "Index of the element in tabbing order."
}, },
{ {