meteor-autocomplete
meteor-autocomplete copied to clipboard
Client/server autocompletion designed for Meteor's collections and reactivity.
The fix for me was to just add a relatively position div somewhere above the inputAutocomplete. I imagine the best fix would be for `{{> inputAutocomplete}}` to do that automatically....
Support for `` would be awesome.
Sample use case: search among company names and stock symbols, a la [Google Finance](https://www.google.com/finance).
Im currently using this package with almost no issues, however a use case came up in my app where a user may not want the autocomplete template to appear. Currently...
Would it make sense to add an option to disable reactivity, for collections that are supposed to be static on the server, esp. given the ephemerality of the autocomplete drop-down...
Changing the cursor via mouse does not update the autocomplete menu (due to this being handled in the `onKeyUp`) function of the `AutoComplete` class. The only other place this logic...
For example, in the demo if the text and cursor is ``` @aa|aa ``` The expected behavior would be to only show the `aaaa` record, but the current behavior is...
 Inserting a `` around matched substrings should do.