popupMatchInputWidth property

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

Whether or not the suggestion popup width is at least as wide as the input width.

Defaults to false.

Implementation

@Input()
bool popupMatchInputWidth = false;