Validation errors overwrite descriptions in hints

Hi,

We make heavy use of descriptions in our JSON Schema. These are clearly rendered as hints in the vuetify form. However, when validation jumps in, validation errors overwrite these descriptions. Is there an easy solution to this? Or is writing custom renderers the only option? If yes, would I need to rewrite all existing renderers?

Hi @kobbejager,

We’re using the API of Vuetify to show description (i.e. hint) and errors (i.e. error-messages). If you know of a way to show both at the same time just with the props handed over then this can be achieved by our props support. Otherwise custom renderers are needed for all controls which shall support this feature.