onCustomOptionSet

abstract fun onCustomOptionSet(@NonNull formField: ChoiceFormField, @NonNull formElement: ChoiceFormElement, @Nullable customOption: String)

Called when custom option has been set in choice field.

Parameters

formField

Updated form field.

formElement

Form element that has been changed.

customOption

Custom option text or null to clear.