Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Multiline <TextInput> component in Settings

Is there any way to make <TextInput> component multiline in App Settings ?

Best Answer
0 Votes
1 REPLY 1

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

Best Answer
0 Votes