Open petro-rudenko opened 7 years ago
We need from user to enter/edit long config value. Currently we use "type" : "string" but in UI it's very inconvenient, need to move cursor. Would be great to have a text type that would rendered as textarea in ui.
"type" : "string"
text
We also need this feature, but currently I cannot find any parameter type supporting this.
We need from user to enter/edit long config value. Currently we use
"type" : "string"
but in UI it's very inconvenient, need to move cursor. Would be great to have atext
type that would rendered as textarea in ui.