feat(toolbar-search): add disabled state

This commit is contained in:
Eric Liu 2021-02-03 16:19:17 -08:00
commit edc361d392
4 changed files with 25 additions and 3 deletions

View file

@ -3069,6 +3069,16 @@
"constant": false,
"reactive": false
},
{
"name": "disabled",
"kind": "let",
"description": "Set to `true` to disable the search bar",
"type": "boolean",
"value": "false",
"isFunction": false,
"constant": false,
"reactive": false
},
{
"name": "tabindex",
"kind": "let",