fix(blocksAntd): update shcema label

This commit is contained in:
Gervwyk 2020-11-03 12:36:09 +02:00 committed by GitHub
parent c3253b0b7a
commit 13d8759083
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,21 +78,20 @@
"type": "number",
"description": "Label inline span."
},
"inline": {
"type": "boolean",
"defaultValue": false,
"description": "Render input and label inline."
},
"disabled": {
"type": "boolean",
"default": false,
"description": "Disable the block if true."
"description": "Hide input label."
},
"hasFeedback": {
"type": "boolean",
"defaultValue": true,
"description": "Display feedback extra from validation, this does not disable validation."
},
"inline": {
"type": "boolean",
"defaultValue": false,
"description": "Render input and label inline."
},
"extraStyle": {
"type": "object",
"description": "Css style to applied to label extra."