Skip to content

Commit ed2188c

Browse files
authored
Merge pull request #129 from vlobzakov/vlobzakov-disabled-added
JE-50387 Disabled property added
2 parents 58e6e5a + 4af986c commit ed2188c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/creating-manifest/visual-settings.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ where:
110110
- `regexText` *[optional]* - displays error message in case of *regex* test failure during validation. The default value is *' '* (blank space)
111111
- `hideLabel` *[optional]*[boolean] - shows/hides field label. Default value is *'false'*
112112
- `hidden` *[optional]*[boolean] - shows/hides field with its label. Default value is *'false'*
113+
- `disabled` *[optional]*[boolean] - enables/disables field control. Default value is *'false'*
113114
- `vtype` *[optional]* - validation type name. Possible values:
114115
- `alpha` - keystroke filter mask applied to alpha input. The default value is *'/[a-z_]/i'*
115116
- `alphanum` - keystroke filter mask applied to alphanumeric input. The default value is *'/[a-z0-9_]/i'*

0 commit comments

Comments
 (0)