-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
[Bug Report] Bottom border persist validation error color in IE #10314
Comments
I ran into this the other day. It's a rendering issue (you can check and uncheck any display property in the dev tools and it fixes. |
It should be noted that this can be easily reproduced in the v-text-field documentation (https://vuetifyjs.com/en/components/text-fields) in the validation example. Just type in a correct email in the e-mail field then move the focus away, the bottom border is red again. |
@nclemeur @johnleider |
@Mikilll94 loading = true Check the improvement of the phenomenon. The phenomenon was stopped by switching the loading. |
@Mikilll94 yes that is really strange I can't reproduce it either. But I still see the issue on my side @kinkinkk I am not sure I understand what do you mean? Could you elaborate a bit more? |
@nclemeur You can fix the red border by turning loading on / off in the properties of the target v-textfiled. |
@kinkinkk |
@Mikilll94 |
I believe this is now fixed with 2.2.9. Probably alon fixing #10388? |
I confirm that this is fixed in 2.2.9 👍 |
Will close given confirmation. If you believe that this issue has not been correctly resolved, please create a new issue showing the regression or reach out to us in our Discord community. Thank you for your contribution and interest in improving Vuetify. |
Environment
Vuetify Version: 2.2.6
Last working version: 1.5.20
Vue Version: 2.6.11
Browsers: Internet Explorer
OS: Windows 10
Steps to reproduce
Note: this is an Internet Explorer only problem! Codepen is provided for the code, but the issue can't be reproduced in codepen
Use switch to turn error to true, then turn error back to false using the switch.
Expected Behavior
Bottom border should go back to it's normal state
Actual Behavior
The bottom border will remain red
Reproduction Link
https://codepen.io/nclemeur/pen/dyPaEyO
The text was updated successfully, but these errors were encountered: