JedWatson / react-select

The Select Component for React.js
https://react-select.com/
MIT License
27.49k stars 4.12k forks source link

In DummyInput.tsx, Input CSS hack replaced with improved and efficient code. https://github.com/JedWatson/react-select/issues/5722 #5727

Open MiladKarandish opened 1 year ago

MiladKarandish commented 1 year ago

This issue, Has been solved. https://github.com/JedWatson/react-select/issues/5722 And in my extensive tests, I discovered that most of the problems related to RTL performance are also solved, like this issue. I checked my code compatibility in multiple environments and browsers and faced no problems or issues. A CSS hack was used to hide the input, and I used a much simpler way to achieve that.

changeset-bot[bot] commented 1 year ago

⚠️ No Changeset found

Latest commit: 0c7a237dec50ef8b32d39e0edf2c182dd4b1b815

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

codesandbox-ci[bot] commented 1 year ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 0c7a237dec50ef8b32d39e0edf2c182dd4b1b815:

Sandbox Source
react-codesandboxer-example Configuration
MiladKarandish commented 1 month ago

@JedWatson Should I do something else in order to ask you to take a look of this PR?