Whether the submit is in process.
This becomes true when submit is initiated by InSubmit.submit() method call. And becomes false when submit
is completed.
Whether the input is ready to be submitted.
The submit won't happen until this flag becomes true.
This is true when there is a data to submit, and no validation messages (except submit failure messages with
submit code).
Whether the input has been submitted.
This becomes true on InSubmit.submit() method call. And becomes false on InSubmit.reset() method call.
Generated using TypeDoc
Input submit status flags.
The flags of nested control are combined with parent ones.