-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(DummyInput.tsx Input): CSS hack replaced with improved and efficient code. #5727
base: master
Are you sure you want to change the base?
Conversation
|
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. |
This issue, Has been solved. #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.