Interface Flags

Input submit status flags.

The flags of nested control are combined with parent ones.

Hierarchy

  • Flags

Properties

Properties

busy: boolean

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.

ready: boolean

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).

submitted: boolean

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