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
When using v-input with the hide-details prop set to auto and counter enabled, the details section should automatically hide if there is nothing to display. This means that if the input meets all validation criteria or there are no errors or additional messages to show, the details area should remain collapsed, preventing any unnecessary space or blank areas under the input field.
Actual Behavior
Despite the hide-details prop being set to auto, the v-input details section remains persistently visible when the counter is enabled. This results in a persistent blank space underneath the input field even when there are no messages or errors to display.
Yanis-Riani
changed the title
[Bug Report][3.6.9] V-inputs counter with hide-details auto don't fully hide details
[Bug Report][3.6.9] V-input with counter and hide-details='auto' Fails to Fully Hide Details
Jun 14, 2024
Environment
Vuetify Version: 3.6.9
Vue Version: 3.4.27
Browsers: Chrome 125.0.0.0
OS: Windows 10
Steps to reproduce
N/A
Expected Behavior
When using
v-input
with thehide-details
prop set toauto
andcounter
enabled, the details section should automatically hide if there is nothing to display. This means that if the input meets all validation criteria or there are no errors or additional messages to show, the details area should remain collapsed, preventing any unnecessary space or blank areas under the input field.Actual Behavior
Despite the
hide-details
prop being set toauto
, thev-input
details section remains persistently visible when thecounter
is enabled. This results in a persistent blank space underneath the input field even when there are no messages or errors to display.Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: