prefillYear property

bool? prefillYear

Enable/disable prefilling of the year. Although you can just over type the proposed value without deleting, many seems to see a problem with the year prediction. This options is to disable this feature.

@default true

Implementation

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

Implementation

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