ngx-typeahead icon indicating copy to clipboard operation
ngx-typeahead copied to clipboard

List not refreshing if returned is a bad request/not found

Open Gummiees opened this issue 7 years ago • 3 comments

I am calling my own API, and if I filter by '+' it returns a 404 because it considered as injected code, so it cannot be accepted. After that, if you delete the '+' symbol and try to filter again with a normal character, it does not even call the API.

Gummiees avatar May 25 '18 09:05 Gummiees

please share an example.

orizens avatar May 29 '18 07:05 orizens

I have same issue I have passes [taList]="data" where data is calling by Api according to email id starting with entered char in typeahead input box. so suppose I entered "ab" it will search accordingly and return proper dropdown. But If I entered "xxxx" and database does not have email starting with "xxxx" then it return "hhtp failure response" and after that it stops populating dropdown values even if we entered correct values

nilajarodge avatar May 31 '18 17:05 nilajarodge

Same here

snill93 avatar Aug 31 '21 10:08 snill93