ng2-ui / auto-complete

Angular Auto Complete component and directive
https://ng2-ui.github.io/dist/#/auto-complete
MIT License
279 stars 122 forks source link

Is there a way to disable sending request on text change #339

Open nukec opened 6 years ago

nukec commented 6 years ago

And rather do it on enter inside of textbox?

almothafar commented 6 years ago

I'm not sure if I'm getting your problem correctly but I think you have the control for that. https://github.com/ng2-ui/auto-complete#attributes

ghost commented 5 years ago

I cant figure out which control I have to use. In my use case, I would like to autocomplete after the user hit "enter" or "tab", I don't know if there is a way to do this?

nukec commented 5 years ago

@jderuere the way to go is by increasing debounce time to 1-2 seconds in settings, since there is no way to invoke search on enter as of now