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 - label placement on active #88

Closed
i8ramin opened this issue May 12, 2019 · 0 comments · Fixed by #89
Closed

Select - label placement on active #88

i8ramin opened this issue May 12, 2019 · 0 comments · Fixed by #89

Comments

@i8ramin
Copy link
Contributor

i8ramin commented May 12, 2019

When a select element has focus, the label moves to the top of the field (like other inputs), however if no selection is made (user clicks outside of the dropdown), the label remains there until focus is lost (blur). Unfortunately, the browser does not trigger blur until another user click (or selection) happens. This can be seen below:

Screen Recording 2019-05-12 at 10 14 AM

i8ramin pushed a commit that referenced this issue May 12, 2019
i8ramin pushed a commit that referenced this issue May 12, 2019
adamraider pushed a commit that referenced this issue May 15, 2019
* fix(select): don't move label on focus/active

fix #88

* fix(select): handle select placeholder mode
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

Successfully merging a pull request may close this issue.

1 participant