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
first of all, thank you for the component library, I just use the library today and I was confused when I tried to add searchable="true" props. Then I trace the problem with reading the source code, turns out that I didn't set the trackBy props because I use custom key object. I managed to resolve the problem, my suggestion is to force search by label prop if it's not empty
first of all, thank you for the component library, I just use the library today and I was confused when I tried to add
searchable="true"
props. Then I trace the problem with reading the source code, turns out that I didn't set thetrackBy
props because I use custom key object. I managed to resolve the problem, my suggestion is to force search bylabel
prop if it's not emptyThe text was updated successfully, but these errors were encountered: