clearMaskOnLostFocus property
bool?
get
clearMaskOnLostFocus
Remove the empty mask on blur or when not empty remove the optional trailing part.
@default true
Implementation
_i2.bool? get clearMaskOnLostFocus => _i4.getProperty(
this,
'clearMaskOnLostFocus',
);
set
clearMaskOnLostFocus
(bool? value)
Implementation
set clearMaskOnLostFocus(_i2.bool? value) {
_i4.setProperty(
this,
'clearMaskOnLostFocus',
value ?? _i6.undefined,
);
}