Merge branch 'blocks-antd' into blocks-antd-selector

This commit is contained in:
Albert van Wyk 2020-11-03 12:43:45 +02:00
commit cd58ad3640
2 changed files with 7 additions and 8 deletions

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."

View File

@ -68,7 +68,7 @@
},
"disabled": {
"type": "boolean",
"description": "Disable input label."
"description": "Hide input label."
},
"hasFeedback": {
"type": "boolean",