0.0.6 • Published 7 months ago

halo-textbox v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

import { TypeaheadTextbox } from 'typeahead-textbox';

const textbox = new TypeaheadTextbox('search', { minLength: 2, source: async (query) => { const response = await fetch(/api/search?q=${query}); return response.json(); } });

0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago

1.0.0

7 months ago