QField maxlength prop not working
-
The QField slot
maxlength
doesn’t seem to be working? the api states that this can be defined to limit the character amount.
https://quasar.dev/vue-components/field#QField-API<q-field maxlength=5> 1234567890A1234567890</q-field>
-
@fogx I think you are confused.
It says:Specify a max length of model
You are not using the model in your example above…