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
I used the "remote" property to set the datasource of suggestions.
Problem is only when remote datasource return less items than suggestion limit. Number of suggestions are cutted to: items.length - suggestion.limit.
This is what i get from remote
There are 4 results, suggestion limit is 5, that it display only 1 item.
Responsible block of code:
The text was updated successfully, but these errors were encountered:
I used the "remote" property to set the datasource of suggestions.
Problem is only when remote datasource return less items than suggestion limit. Number of suggestions are cutted to: items.length - suggestion.limit.
This is what i get from remote
There are 4 results, suggestion limit is 5, that it display only 1 item.
Responsible block of code:
The text was updated successfully, but these errors were encountered: