showClearIcon property

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

Show or hide the trailing close icon.

Clicking on the icon clears the input text and hides the popup. Defaults to false.

Implementation

@Input()
bool showClearIcon = false;