Tomi Simsiö

Results 2 comments of Tomi Simsiö
trafficstars

> `required` is HTML property; so it's probably why it giving you trouble. You could bypass it by using Quasar validation instead `:rules="[val => !!val || 'Field is required']"`. >...

> In the other case, if you don't define a parameter, there will be no implicit lambda. So the following code should not work: Oh, I thought missing parameter and...