guylabs / ion-autocomplete

A configurable Ionic directive for an autocomplete dropdown
MIT License
264 stars 88 forks source link

Search as inline rather than modal popup #218

Closed amalfernando closed 7 years ago

amalfernando commented 7 years ago

Hi, This directive is awesome and very useful. This is not a issue. I don't no where to ask this question.

All I need is ion-autocomplete to use in a page without modal popup. Is there any way to achieve this. If so can someone give me a direction. Code sample would be handy.

Thanks

guylabs commented 7 years ago

Hi @amalfernando

thanks for the praise ;). Well you could change the default template with this property: https://github.com/guylabs/ion-autocomplete#template-url and provide your own template. This should work.

Thanks and regards

Guy

amalfernando commented 7 years ago

wow that was a quick response. thanks Guy u r da best.

guylabs commented 7 years ago

Good that I could help. I will close the issue and you can add a comment if there is anything more about it.

Regards,

Guy