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
{{ message }}
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
Currently, the results array is filtered based on the data passed by the serializer function, or in the
suggestion
slot.In my user case, I retrieve from the server results that are still relevant, although in the drop-down I don't show why they are relevant.
For example, for
query = 'her'
I may return from the API:But my
serializer
function only returnstriplet - XYZ
.The
matchedItems()
function will not show this result because it doesn't pass the RegEx.It would be useful to have a way of bypassing the regular expression and just show all results from
data
.The text was updated successfully, but these errors were encountered: