matteodem / meteor-easy-search

Easy-to-use search for Meteor with Blaze Components
MIT License
438 stars 68 forks source link

AutoSuggest Component ( Show Result When Select ) #585

Closed davidho8087 closed 7 years ago

davidho8087 commented 7 years ago

Hi,

According to [Auto-Suggest Not Working #453] said The idea of the autosuggest is that it is self contained and has no direct relation with the Each component.

I wish to have direct relation with each component. Its there any way to show to results when I can click the contained data from the autosuggest component? I mean the result page reactively response to data i selected from autosuggest component (selectize) .

Please advise , thanks

matteodem commented 7 years ago

What is your usecase? Is using the normal input not sufficient?

matteodem commented 7 years ago

Will reopen when answered

davidho8087 commented 7 years ago

Hi Matteodem, This is my usecase. Apologize for late response. Thanks. sample