The text field mode defines how the field behaves when text is being entered.

Enumeration Members

Enumeration Members

Normal: "Normal"

Standard mode used for general text fields.

Restricted: "Restricted"

Restricted fields will have a restricted input which ensures that it always will fit in. The UI is linked to it similar to limited character count, although this is dynamic based on the size.

TextFlow: "TextFlow"

This field is part of a text flow. That means it will not auto grow (TextFieldAutoGrowType) and the text will flow from one field to the next.

Generated using TypeDoc