meteor-autocomplete icon indicating copy to clipboard operation
meteor-autocomplete copied to clipboard

Default match on everything without token

Open douglasrapp opened this issue 10 years ago • 1 comments

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?

douglasrapp avatar Jul 27 '15 23:07 douglasrapp

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

xwilders avatar Oct 11 '15 20:10 xwilders