jitMasking property

bool? jitMasking

Just in time masking. With the jitMasking option you can enable jit masking. The mask will only be visible for the user entered characters.

@default false

Implementation

_i2.bool? get jitMasking => _i4.getProperty(
      this,
      'jitMasking',
    );
void jitMasking=(bool? value)

Implementation

set jitMasking(_i2.bool? value) {
  _i4.setProperty(
    this,
    'jitMasking',
    value ?? _i6.undefined,
  );
}