-
Notifications
You must be signed in to change notification settings - Fork 224
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
Select with size option shows chevron #136
Comments
I'll see what the consensus is on adding a check for the @layer components {
[size]:where(:not([size="1"])) {
background-image: initial;
background-position: initial;
background-repeat: unset;
background-size: initial;
padding-right: 0.75rem;
print-color-adjust: unset;
}
} Adding it to the components layer + the use of |
That works, thank you Jordan. |
How to change chevron icon and customize our svg icon styling? |
Hey! We've just merged in #137 which should fix this issue. We'll tag a new release soon, but until then you can test this fix using our insiders release: npm install @tailwindcss/forms@latest Thanks for reporting this issue! 🙏 |
What version of @tailwindcss/forms are you using?
0.5.3
What version of Node.js are you using?
16.18.0
What browser are you using?
Chrome
What operating system are you using?
Windows
Reproduction repository
https://play.tailwindcss.com/MTlLIvHUfi
Describe your issue
I have a select form element with a size attribute as I want multiple options to display.
I do not have the "multiple" attribute as I do not want to allow multiple selections.
The chevron appears unless you add the multiple attribute.
The text was updated successfully, but these errors were encountered: