On Text Form Field Updated Listener
interface OnTextFormFieldUpdatedListener
Listener for TextFormField updates.
Functions
Link copied to clipboard
abstract fun onMaxLengthChanged(@NonNull formField: TextFormField, @NonNull formElement: TextFormElement, @IntRange(from = 0 ) maxLength: Int)
Called when maximum length of the form field has changed.
Link copied to clipboard
abstract fun onRichTextChanged(@NonNull formField: TextFormField, @NonNull formElement: TextFormElement, @Nullable richText: String)
Called when rich text changed in text form field
Link copied to clipboard
abstract fun onTextChanged(@NonNull formField: TextFormField, @NonNull formElement: TextFormElement, @Nullable text: String)
Called when text changed in text form field.