Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Gummiees opened this issue May 25, 2018 · 3 comments
Open

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

Gummiees opened this issue May 25, 2018 · 3 comments

Comments

@Gummiees
Copy link

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.

@orizens
Copy link
Owner

orizens commented May 29, 2018

please share an example.

@nilajarodge
Copy link

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

@snill93
Copy link

snill93 commented Aug 31, 2021

Same here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants