Form validation invalid icon on select only half visible
See original GitHub issue- Operating system and version: Windows 10
- Browser and version: Latest firefox
- A reduced test case: https://codepen.io/hrueger/pen/bGEYxxJ
The icon which is added to form-control
elements with the class is-invalid
, looks like this on select fields:
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Bootstrap formvalidation fallback with .is-invalid and .is-v
Just the "valid-feedback" and "invalid-feedback" divs are displayed, but the icon and the colored border are missing. First I thought that this is...
Read more >How to remove space when the error for form validation doesn ...
I've made form validation for email using react and tailwindcss. However, even when there's no error message, there's a space for it, ...
Read more >Validation · Bootstrap v5.2
HTML form validation is applied via CSS's two pseudo-classes, :invalid and :valid . It applies to <input> , <select> , and <textarea> elements....
Read more >Validating Input | Web Accessibility Initiative (WAI) - W3C
Custom validation needs to notify users in an accessible way as described in the User Notifications part of this tutorial. Client-side validation alone...
Read more >Working with Angular 4 Forms: Nesting and Input Validation
Validating user inputs is an essential part of any robust web application. Angular 4 makes it especially easy for both template-driven and reactive...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This should be fixed by #33206
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
).