disabled property
Is the component disabled.
Implementation
@HostBinding('class.disabled')
@override
bool get disabled => super.disabled;
Is the component disabled.
Implementation
@HostBinding('class.is-disabled')
@Input()
bool disabled = false;
Is the component disabled.
@HostBinding('class.disabled')
@override
bool get disabled => super.disabled;
Is the component disabled.
@HostBinding('class.is-disabled')
@Input()
bool disabled = false;