Sánta Gergely
Sánta Gergely
The solution of @bearz works, but it still removes the selection visually, which is problematic for some use cases. I want to change the font size for the selection via...
Sorry, I did not mean that it worked differently in the prev pervious, I just meant that it is still a problem for some use cases. But I can understand...
You are right that search='' does not allow to type into the component. But the cursor is still blinking there and the input can be removed with backspace. What I...
I was using previously react-select, and for example there is a 'searchable' property, that does exactly what I'm talking about. (that's an other story why I abandoned react-select in general...
Yes I tried it, but unfortunately, it ruins the cursor navigation (you can not navigate through the dropdown list with the cursor, and even if you hit enter or click...
The script is not working for me. Could you explain what kind of patch is necessary to make it work with wasm-bindgen?
merge!
Is this implemented in the latest version?
The stories seem to be working with the beta version, but it fails to run tests with the error Invariant Violation: [MSW] Failed to execute `setupWorker` in a non-browser environment....
Actually what [aaronadamsCA](https://github.com/aaronadamsCA) suggested worked for me, both for browser environment and for running tests. Could you add that to the beta release? ``` "main": "./dist/index.browser.js", "types": "./dist/index.browser.d.ts", "exports": {...