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
Duplicate check icons after validation of datepicker #5237
Duplicate check icons after validation of datepicker #5237
Comments
It sounds like you might not be including BootstrapVue's custom CSS after Bootstrap v4.4 CSS |
Actually this does appear to be a bug in the custom SCSS |
Glad I could help |
BootstrapVue v2.13.0 has been released |
I updated but still have the duplicate validation issue |
@jongbonga Make sure you are using the latest BootstrapVue CSS (and that it is imported after Bootstrap v4.4 CSS) |
package.json
main.js
Bootstrap v4.4.1 |
@jongbonga you might need to clear your package/yarn lock cache If using yarn, try Or remove package.lock or yarn.lock and re run yarn install |
I just found my problem, I had a bad dream about it. I'm sorted now. Thanks |
Describe the bug
Duplicate check icons after validation of datepicker
Steps to reproduce the bug
Expected behavior
There should be only 1 validation check icon inside datepicker field.
Versions
Libraries:
Environment:
Screenshot
The text was updated successfully, but these errors were encountered: