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

Form validation invalid icon on select only half visible #31219

Closed
hrueger opened this issue Jul 1, 2020 · 5 comments
Closed

Form validation invalid icon on select only half visible #31219

hrueger opened this issue Jul 1, 2020 · 5 comments
Labels
Projects

Comments

@hrueger
Copy link

hrueger commented Jul 1, 2020

The icon which is added to form-control elements with the class is-invalid, looks like this on select fields:
grafik

See https://codepen.io/hrueger/pen/bGEYxxJ

@hrueger
Copy link
Author

hrueger commented Jul 1, 2020

I just noticed that the same issue applies for is-valid and the green tick icon.

@alecpl
Copy link
Contributor

alecpl commented Jul 2, 2020

Confirmed in Firefox 77 and Chrome 83. No problem with .custom-select.

Looks like 5.0.0-alpha1 has a different issue with that, the arrow is not displayed at all, so it looks like an input element.

@bharatmakvana
Copy link

Hello @XhmikosR & @alecpl

I have already fixed this issues and also submit the merge request on this ticket #32289

Thanks!

@XhmikosR XhmikosR added this to Inbox in v5.0.0-beta3 via automation Dec 17, 2020
@mdo mdo removed the v5 label Jan 13, 2021
@mdo
Copy link
Member

mdo commented Jan 13, 2021

This doesn't apply to v5 I believe because of our .form-select being a completely custom component, so removing that label. Still tbd on if we can fix this reliably for v4 though given the differences in rendering between browsers for the .form-select there (but not .custom-select).

@XhmikosR
Copy link
Member

This should be fixed by #33206

@XhmikosR XhmikosR moved this from Inbox to Shipped in v4.6.1 Mar 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
v4.6.1
Shipped
Development

No branches or pull requests

5 participants