I want to get input as paragraph(Like address of user) from the user. For that i am looking for UI component in nativescript. If i use textfield, is there is any characters limit is maintained. Or shall i use textfield in this situation.
The NativeScript TextView
is to TextField
what textarea
is to input type="text"
on the web.
Doc link: https://docs.nativescript.org/ui-and-styling.html#textview