clearIncomplete property
bool?
get
clearIncomplete
Clear the incomplete input on blur.
@default false
Implementation
_i2.bool? get clearIncomplete => _i4.getProperty(
this,
'clearIncomplete',
);
set
clearIncomplete
(bool? value)
Implementation
set clearIncomplete(_i2.bool? value) {
_i4.setProperty(
this,
'clearIncomplete',
value ?? _i6.undefined,
);
}