We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Original Issue: primefaces/primereact#4427
The clear icon of the multiselect component used to look like this:
But in 9.4.0 it is not aligned correctly anymore:
https://codesandbox.io/s/primereact-test-forked-j9mtn0?file=/src/index.js
9.4.0
18.x
TypeScript
Vite
Microsoft Edge Version 113.0.1774.42
showClear
The clear icon should be aligned properly.
The text was updated successfully, but these errors were encountered:
It looks like its right: 3rem when i make it right: 1.2rem it looks much better
right: 3rem
right: 1.2rem
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Original Issue: primefaces/primereact#4427
The clear icon of the multiselect component used to look like this:
But in 9.4.0 it is not aligned correctly anymore:
Reproducer
https://codesandbox.io/s/primereact-test-forked-j9mtn0?file=/src/index.js
PrimeReact version
9.4.0
React version
18.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
Microsoft Edge Version 113.0.1774.42
Steps to reproduce the behavior
showClear
property set to true.Expected behavior
The clear icon should be aligned properly.
The text was updated successfully, but these errors were encountered: