ariaExpanded property

  1. @Input()
bool? ariaExpanded
getter/setter pair

True if the dropdown is expanded.

Implementation

@Input()
bool? ariaExpanded;