Update API doc
parent
9ac4c5a07f
commit
4c6a60e984
|
@ -677,6 +677,14 @@
|
|||
"description": "Defines valid properties in Form component.",
|
||||
"relatedProp": "",
|
||||
"props": [
|
||||
{
|
||||
"name": "name",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "The name of the form field."
|
||||
},
|
||||
{
|
||||
"name": "resolver",
|
||||
"optional": true,
|
||||
|
|
Loading…
Reference in New Issue