vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.06k stars 6.91k forks source link

[Bug Report][3.5.15] VInput: counter should have the "error" color when the input has the "error" state #19615

Closed ricardo17coelho closed 2 weeks ago

ricardo17coelho commented 2 weeks ago

Environment

Vuetify Version: 3.5.15 Last working version: 2.7.2 Vue Version: 3.4.21 Browsers: Chrome 123.0.0.0 OS: Mac OS 10.15.7

Steps to reproduce

Open the Playground

Expected Behavior

When a "counter" is defined and the amount of chars in the input is over the "counter" value, the color of the "counter" label should be red ( vuetify 2 behaviour )

Vuetify 2: Screenshot 2024-04-15 at 16 41 43

Actual Behavior

the "counter" label doens't change when the value is over the defined "counter"

Reproduction Link

https://play.vuetifyjs.com/#...