disabled property

  1. @Input.new()
bool disabled
getter/setter pairoverride

Whether the select should be shown as disabled.

Defaults to false.

Implementation

@Input()
bool disabled = false;