Closed manuelpoelzl closed 1 year ago
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.
Have to make a code fix and a theme fix.
Theme Issue: https://github.com/primefaces/primereact-sass-theme/issues/14
Describe the bug
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.