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
If you have an item with the value of 1 in the list to search, it finds a match.
But if you have a value of 0 it is not matched on.
I found this when using selectize, which uses this library to perform the sorting. I had an id that was 0 and I could not get it to match on it. (Unfortunate because 0 is an important item in my list.)
The text was updated successfully, but these errors were encountered:
If you have an item with the value of 1 in the list to search, it finds a match.
But if you have a value of 0 it is not matched on.
I found this when using selectize, which uses this library to perform the sorting. I had an id that was 0 and I could not get it to match on it. (Unfortunate because 0 is an important item in my list.)
The text was updated successfully, but these errors were encountered: