vue-selectize
vue-selectize copied to clipboard
performance issue (freeze chrome) when keep pressed a key in component (only with @search="text = $event")
I am using the email example, but if i keep pressed any key like 's' or 'a', many events are fired and the browser crash.
it only occurs when @search="text = $event" is in the component.
Hi, thanks for reporting this issue, I've tested and I can confirm that behavior. I'll investigate and update ASAP