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 don't think you are missing anything but maybe I am. I copied the example exactly into my code and it mostly works as I would expect. The only thing that is odd is that when I delete the last selected item in my application I do not get the change event. If there are 2 selected items and I delete one I get the change even. I did not see this before because I was only allowing one selection on the control.
I do not see that I'm doing anything different then the gist example.
When using virtualization the on change event does not fire when you remove a selected item. When you select an item the change event does fire.
This works.
This does not fire the change event when a selected item is removed. But it does fire when an item is selected.
The text was updated successfully, but these errors were encountered: