You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Agreed, this would be rad. It won't be possible for custom file inputs though; their overall styling requires markup that features a <label> wrapping around an <input>.
For example, .invalid-feedback elements do not show up when they're immediately after .form-control-file.is-invalid elements, but they do when after .form-control.is-invalid elements.
In fact this was reported in #24831 but I think the fix there only fixed the situation for custom file inputs, rather than the standard ones.
bootstrap/scss/mixins/_forms.scss
Line 53 in 2f4e785
I would like to add a file validation on the following form:
The text was updated successfully, but these errors were encountered: