on Custom Option Set
abstract fun onCustomOptionSet(@NonNull formField: ChoiceFormField, @NonNull formElement: ChoiceFormElement, @Nullable customOption: String)
Called when custom option has been set in choice field.
Parameters
form Field
Updated form field.
form Element
Form element that has been changed.
custom Option
Custom option text or null to clear.