Form validation in Quasar Framework
-
From Quasar Doc I can see there is a validation process for input text. But what is the way of validation of other fields in a form like Check box, Radio Button etc. Please advice.
-
Put them in QField. QSelect and QInput have QField already “built in”. For the other form components, wrapping them in QField is up to you.
https://quasar.dev/vue-components/field#Validation
Scott