isComplete

val isComplete: StateFlow<Boolean>

State flow that is true if all the form fields in this form are valid.

Collect this state flow to for instance enable or disable a submit button, continue button, etc.