08-06-2021 12:22
08-06-2021 12:22
Is there any way to make <TextInput> component multiline in App Settings ?
08-09-2021 17:55
08-09-2021 17:55
My guess is no. There are a few ways to do it in JavaScript according to this Stack Overflow thread, but I assume none are supported.
The suggestions are to use either a <TextArea> object or use the word-break: break-word attribute, but I doubt that is supported (it seems it is only supported in Chrome).