gfm-autocomplete
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

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;

Package Sidebar

Install

npm i gfm-autocomplete

Weekly Downloads

17

Version

0.0.5

License

none

Unpacked Size

163 kB

Total Files

27

Last publish

Collaborators

  • bhanna1693