feat(combo-box): support warning state

This commit is contained in:
Eric Liu 2021-02-17 10:34:20 -08:00
commit 51eda02443
5 changed files with 60 additions and 2 deletions

View file

@ -1258,6 +1258,26 @@
"constant": false,
"reactive": false
},
{
"name": "warn",
"kind": "let",
"description": "Set to `true` to indicate an warning state",
"type": "boolean",
"value": "false",
"isFunction": false,
"constant": false,
"reactive": false
},
{
"name": "warnText",
"kind": "let",
"description": "Specify the warning state text",
"type": "string",
"value": "\"\"",
"isFunction": false,
"constant": false,
"reactive": false
},
{
"name": "light",
"kind": "let",