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

select not showing indication of interactive #18

Open
nwillems opened this issue Sep 18, 2024 · 1 comment
Open

select not showing indication of interactive #18

nwillems opened this issue Sep 18, 2024 · 1 comment

Comments

@nwillems
Copy link

hi. first, thanks for this great work. really love it.

select elements are with appearance: none meaning that they will have a look similar to regular inputs.

however, they have different behavior, and I found it a little weird that there was no arrow or other indicator.

I tried adding a separate style with just the appearance:

select { appearance: auto; }

while this retains the overall style in firefox, it does not look great in safari. So I abandoned my simple edition, and made this issue.

If I have the time and energy tonight I'll give it another go.

@louismerlin
Copy link
Owner

This is a very good point, it would completely make sense to have some sort of differentiating indicator on select elements. You’re not the first person to point this out, I remember a comment on a forum a couple of years ago pointing out the same thing.

I’ll try something out in the coming days and ping you for review.
Feel free to submit a pull request too, I’ll gladly review it.

Also, thank you for the kind words, it means a lot 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants