Skip to main content

Textarea

Displays a submenu entry linking to a multi-line text input page.

KeyTypeDescriptionRequiredDefaultMin Version
maxLengthintegerMax text lengthINT_MAX
keyboardstringKeyboard typeDefault
autoCapitalizationstringAuto-capitalizationNone
autoCorrectionstringAuto-correctionDefault
keyboardDescription
DefaultSystem and third-party keyboards
AlphabetASCII
ASCIICapableASCII
NumbersAndPunctuationNumbers and punctuation
URLURL
NumberPadNumber pad
PhonePadPhone pad
NamePhonePadName and phone
EmailAddressEmail address
DecimalPadNumber with decimal point
autoCapitalizationDescription
NoneNone
SentencesBy sentence
WordsBy word
AllCharactersAll characters
autoCorrectionDescription
DefaultDefault
NoOff
YesOn

Currently not supporting custom font and size.

Return TypeDescription
stringText content

Theme

Theme KeyTypeDescription
textColorColorText color
caretColorColorCaret color
placeholderColorColorPlaceholder color

Example

{
default = "You can enter any text here...";
cell = "Textarea";
key = "textarea";
label = "A text area";
};

XUI-Textarea-1.png

XUI-Textarea-2.png