Skip to content
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

Native <select> does not include caret #147

Open
DEfusion opened this issue Jan 19, 2025 · 1 comment
Open

Native <select> does not include caret #147

DEfusion opened this issue Jan 19, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@DEfusion
Copy link

Describe the bug

Native styling of the <select> does not include caret unless it is a child of a <label>

To Reproduce

<label>
Select
<select><option>Foo</option></select>
</label>
<label for="select">Select</label>
<select id="select"><option>Foo</option></select>

Screenshots

Image

@DEfusion DEfusion added the bug Something isn't working label Jan 19, 2025
@LeaVerou
Copy link
Collaborator

Confirmed. We'll fix this in the next release!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants