DISABLED constant

String const DISABLED

Indicates that a FormControl is disabled, i.e. that the control is exempt from ancestor calculations of validity or value.

Implementation

static const DISABLED = 'DISABLED';