I have a couple of inquiries regarding the error-labels of q-field (in conjunction with q-input) while utilizing the Quasar Framework:
- How can I prevent the button below from moving further down when the error-label is displayed?
- When using vuelidate for validation as recommended, I would like to display the specific validation errors found instead of just a general message like "Please type a valid name" in the error-label. How can I customize the error-label provided by Quasar to show multiple actual validation errors detected by vuelidate, such as "Name must be longer than 4 characters and cannot contain numbers"?