vue-selectize icon indicating copy to clipboard operation
vue-selectize copied to clipboard

performance issue (freeze chrome) when keep pressed a key in component (only with @search="text = $event")

Open devMls opened this issue 4 years ago • 1 comments

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.

devMls avatar Feb 27 '21 22:02 devMls

Hi, thanks for reporting this issue, I've tested and I can confirm that behavior. I'll investigate and update ASAP

isneezy avatar Mar 03 '21 13:03 isneezy