Text input field
Table of Content:
There are several parameters you can use to customize the functionality of a text input field.
Allow multiline
If you turn off "Allow multiline," users cannot create manual line breaks. When combined with a text object that has the Auto Linebreaks property disabled, this ensures the text will always remain on one line.
Show character count
The character count is a small box in the bottom right of the text input field that indicates the current number of characters. You should also enable "Show character count" if you plan to set a character (or line) limit.
Show clear button
The clear button, displayed in the bottom right corner of the text input field, allows users to clear the entire content of the field with one click.
Character & Line limits
You can set limits on the content a user can enter into a text input field:
Total number of characters
Total number of lines
Number of characters per line
If a user enters content beyond the set limits, a warning will appear, and only the allowed content will be displayed in the design.