You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suggestions list is not showed up when only first character is entered.
List of suggestions is returned properly from getResults method of defined dataProvider, but not displayed. It appears only after click or after the next typed character.
Well this works fine in my case i have make some changes in getResult function.
Instead of returning trainList directly first check if the data is fetched or not if not return an empty array instead of returning an undefined object.
` getResults(keyword:string)
{
Suggestions list is not showed up when only first character is entered.


List of suggestions is returned properly from getResults method of defined dataProvider, but not displayed. It appears only after click or after the next typed character.
getResults method:
Angular version is 5.2.9.
SetFocus doesn't help. Is there any other way to show it up? How this can be fixed?
Thank you.
The text was updated successfully, but these errors were encountered: