inputAriaHasPopup property
The value for the input element's aria-haspopup attribute, indicating that the element referred to by inputAriaOwns is expandable.
If the element referred to by inputAriaOwns is expandable, this should be either "true" or the role of the owned element.
Implementation
@Input()
String? inputAriaHasPopup;