Vuetify: 1.0.19
Vue: 2.5.2
Browsers: Internet Explorer
OS: Windows
v-form with a disabled v-text-field inside.The dotted underline appears underneath the v-text-field like normal
There is no dotted underline under the v-text-field.
https://codepen.io/tommcgee/pen/GGaRJE
The example is taken directly from the documentation.
Is there a reason we use a background-image: linear-gradient vs a border: dotted or similar? (Especially since it seems there's issues with IE using the former)
Relevant code: https://github.com/vuetifyjs/vuetify/blob/fa3842de724c8df90c83d7ff8209809bbab1feb9/src/stylus/components/_text-fields.styl#L15
Fixed by 2dec42a and d95a80ad
Most helpful comment
Fixed by 2dec42a and d95a80ad