Meteor-Community-Packages / meteor-autocomplete

Client/server autocompletion designed for Meteor's collections and reactivity.
https://atmospherejs.com/mizzao/autocomplete
MIT License
350 stars 109 forks source link

Default match on everything without token #94

Open douglasrapp opened 9 years ago

douglasrapp commented 9 years ago

When using autocomplete with a token, once the token is entered into the input/text field, all possible results (up to whatever limit was set) get returned and displayed in the drop down/up menu. Then at that point, the user has the option to narrow the search by continuing to type.

However, when not using a token, the only way to get any results at all is to start typing something that the user wants to match. I have a use case where I need all possible results (up to some limit) to display as soon as the user focuses on the the input/text field. Is this possible via some kind of configuration?

xwilders commented 8 years ago

Would be useful indeed. Even just as a toggle, like "press shift to show results".