disabled property
Whether the input field is disabled.
If true, the component disable both start and end input field.
Implementation
@Input()
bool disabled = false;
Whether the input field is disabled.
If true, the component disable both start and end input field.
@Input()
bool disabled = false;