Vuetify inputs have space reserved under them for showing errors and hints. This adds to the problem of large forms having too much white space as mentioned in #1846. Using hide-details
will remove this extra space, but it also hides any hint text or validation errors. I want to remove that space unless there is a hint or error that needs to be displayed.
A new prop, maybe conditional-details
or auto-details
, that will hide the white space unless a hint or error is showing.
maybe hide-details="auto"
?
That might lead to unwanted jumping of elements as space is hidden/shown
It will, but I wouldn't call it 'unwanted'
Most helpful comment
maybe
hide-details="auto"
?