add name prop to Search component

This commit is contained in:
Tee Ming 2022-10-13 16:06:43 +08:00
commit 90d983216d
5 changed files with 2975 additions and 1522 deletions

View file

@ -9950,6 +9950,17 @@
"constant": false,
"reactive": false
},
{
"name": "name",
"kind": "let",
"description": "Specify a name attribute for the input",
"type": "string",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
},
{
"name": "ref",
"kind": "let",