emptyPlaceholder property

  1. @Input()
String emptyPlaceholder
getter/setter pair

Text to show if the options list is empty and not loading.

Implementation

@Input()
String emptyPlaceholder = '';