Sycle Engineering

Results 4 comments of Sycle Engineering

Say my input is "Bob". 10 options are displayed, and I pick the first one, which sets my ngModel, and hides the suggestions. I want a different "Bob", so I...

To contrast from your example, I want to re-trigger the debounced `suggest()` with the identical search string "Bob", and not "Bo" or "Bobb", for example.

The results could have changed (e.g. waiting for results in API to update), but I just want to be able to get the list of suggestions for "Bob" to display...

As I said, the search results may not have changed, I just want to be able to get those same suggestions (or maybe new ones) to display again, by re-triggering...