loading property

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

When turned on and no suggestions available, show loading indicator in the suggestions dropdown.

Implementation

@Input()
bool loading = false;