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
Create a v-text-field component with solo-inverted prop.
Expected Behavior
I expect caret color to be the same as the text color.
Actual Behavior
In dark mode caret color is white which means it becomes invisible on the white background.
In light mode the caret color is the primary color which doesn't look too good either.
The fix mentioned doesn't work for v-autocomplete text fields. The bug can be reproduced simply by using the "select state" async example at the bottom of: https://vuetifyjs.com/en/components/autocompletes
How can I get this fixed for v-autocomplete?
I'm also facing this issue. The solution above doesn't work for me because white--text overrides it with !important. Hope to see this fixed in a future release.
Environment
Vuetify Version: 2.1.9
Vue Version: 2.6.10
Browsers: Chrome 77.0.3865.120
OS: Windows 10
Steps to reproduce
Create a
v-text-field
component withsolo-inverted
prop.Expected Behavior
I expect caret color to be the same as the text color.
Actual Behavior
In dark mode caret color is white which means it becomes invisible on the white background.
In light mode the caret color is the primary color which doesn't look too good either.
Reproduction Link
https://codepen.io/sindrepm/pen/WNNXmJb
Other comments
This can be fixed by setting the CSS
caret-color
toauto
like this:The text was updated successfully, but these errors were encountered: