textInputFormat property

FormField.textInputFormat property

Returns or sets the text formatting for a text form field.

get textInputFormat(): string

Remarks

If the text form field contains regular text, then valid format strings are “”, “UPPERCASE”, “LOWERCASE”, “FIRST CAPITAL” and “TITLE CASE”. The strings are case-insensitive.

If the text form field contains a number or a date/time value, then valid format strings are number or date and time format strings.

Microsoft Word allows strings with at most 64 characters.

See Also