setMaxLength

open override fun setMaxLength(max: Int): TextInputCreator(source)

Sets the maximum length of the text input. max 4000

Return

The current TextInputCreator instance.

Parameters

max

The maximum length of the text input.