PENDING constant

String const PENDING

Indicates that a Control is pending, i.e. that async validation is occurring and errors are not yet available for the input value.

Implementation

static const PENDING = 'PENDING';