Aaron
Aaron
Some browsers attempt to scroll elements into the viewport when they are focused, my guess is that this is what is happening here. [This line](https://github.com/downshift-js/downshift/blob/1c7698080805e05f5180dd223cbc17932a85fd42/src/hooks/useCombobox/index.js#L301) runs the `input.focus()` method when...
Yeah I definitely can, if I do that I can't access the `selectedItems` value in the state reducer though which is handy in some situations. I still think this is...
@compulim If your elements don't have the [data-css-xxx] attribute then even if those selectors appear in your stylesheet you shouldn't have these perf issues (although I haven't tested this).
> I have the same issue. But I tried to set `canvas.gpu = false`, and no leaks. Can confirm that this worked for me, solved the memory leak issues. I...