getFormElementWithNameAsync

abstract fun getFormElementWithNameAsync(@NonNull fieldName: String): Maybe<FormElement>

Searches for a form element with a given name, asynchronously.

Return

Maybe emitting form element value or just completing.

Parameters

fieldName

The form element name.