disabled property

  1. @Input()
bool disabled
getter/setter pair

Whether the input field is disabled.

If true, the component disable both start and end input field.

Implementation

@Input()
bool disabled = false;