0.0.5 • Published 4 years ago

gfm-autocomplete v0.0.5

Weekly downloads
15
License
-
Repository
-
Last release
4 years ago

Autocomplete

Inputs

  • items: Array = [];
  • loading: boolean;
  • loadingText = 'Loading...';
  • bindValue: string;
  • bindLabel = 'label';
  • label: string;
  • hintLabel: string;
  • autoActiveFirstOption: boolean;
  • selectOnTab: boolean;
  • notFoundText: string;
  • disabled: boolean;
  • displayFn: (value: any) => string;