Hans Wouters

Results 3 comments of Hans Wouters

Hi, I have a stacktrace (below) from JConsole from 2 threads that use a lot of CPU, is it possible that your fix fixes this? Unfortunately I don't see the...

I probably have a clue why the issue occurs: When unselecting, this code runs: ``` const filteredValues = this.getFilteredOptionsValues(); this.selectedValue = this.selectedValue.filter(item => !filteredValues.includes(item)); ... getFilteredOptionsValues() { /** @type {?}...

Then I probably did something wrong, and hope your merge request is accepted soon :)