You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Icon in react-tailwin-select (which ChevronIcon) is missing
I try to className - ChevronIcon option w-[30px], h-[30px], bg-color but it does'n work.
'ChevronIcon' class option is missing at web dev-tools Styles.
There are 2 ways to solve this - Either you could use "patch-package" npm to directly modify the select package.
Another way is to use MutationObserver and document.querySelectorAll to modify the element.
I used this code to modify the chevron icon to rotate 90 degrees-
The Icon in react-tailwin-select (which ChevronIcon) is missing
I try to className - ChevronIcon option w-[30px], h-[30px], bg-color but it does'n work.
'ChevronIcon' class option is missing at web dev-tools Styles.
Here is source code
className :
Select :
Additional : ChevronIcon is missing with default option too
Ps. why primaryColor is required?
The text was updated successfully, but these errors were encountered: