highlightOptions property

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

Whether to highlight options. Default value is true.

Implementation

@Input()
bool highlightOptions = true;