Update TextInput field_config to support multiline input
This commit is contained in:
parent
5c73c01ea8
commit
19d0da7f74
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ class TextInput(CustomComponent):
|
|||
description = "Used to pass text input to the next component."
|
||||
|
||||
field_config = {
|
||||
"value": {"display_name": "Value"},
|
||||
"value": {"display_name": "Value", "multiline": True},
|
||||
}
|
||||
|
||||
def build(self, value: Optional[str] = "") -> Text:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue