SuJeong Lee

Results 2 comments of SuJeong Lee

I have a same issue (not about MultiValueRemove, but called onMenuClose even though menu is closed) Steps to reproduce: - open [codesanbox](https://codesandbox.io/s/react-select-onclosemenufires-on-blur-forked-gmvceq?file=/src/index.tsx) ( thanks @PSoltes ) - click Input ->...

@mz3io I had a Same problem. I think the reason is path of 'preload.js' in defaultWindow. Real config of defaultWindow is below. ``` defaultWindow: { alwaysOnTop: true, skipTaskbar: true, resizable:...