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
When I do the first search the return list is [{ label: 'x', value: 1 }].
When I do the second search the return list is [{ label: 'y', value: 1 }]. (eg. between searches someone updated the label in database).
But the TomSelect still displays the old label 'x'.
Expected behavior
I expect when new data comes all existing items should be updated, eg. 'x' should be replaced by 'y'.
Steps to reproduce
Do the first search which should return [{ label: 'x', value: 1 }]
Do the second search which should return [{ label: 'y', value: 1 }]
You still see 'x' at the drop down, but it should be 'y'.
Additional context
OS: Linux Mint
Browser FF
Version 130
Device: Desktop
The text was updated successfully, but these errors were encountered:
Bug description
When I do the first search the return list is
[{ label: 'x', value: 1 }]
.When I do the second search the return list is
[{ label: 'y', value: 1 }]
. (eg. between searches someone updated the label in database).But the TomSelect still displays the old label 'x'.
Expected behavior
I expect when new data comes all existing items should be updated, eg. 'x' should be replaced by 'y'.
Steps to reproduce
[{ label: 'x', value: 1 }]
[{ label: 'y', value: 1 }]
Additional context
The text was updated successfully, but these errors were encountered: