0.0.6 • Published 6 months ago

halo-textbox v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
6 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

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago

1.0.0

6 months ago