Shouldn't Form.validate be triggered for all components? #17400
-
Hello guys, in the docs, validate is describe like "Triggers a validation on all applicable inner Quasar components", this part "on all doesn't indicate that the function should trigger errors for all components that have the rules clause? It currently triggers only on the first component that has the rules clause with problems. Wouldn't it be a case of having another parameter in validate to trigger the error on all components or having a validateAll? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Isn't that what the |
Beta Was this translation helpful? Give feedback.
Isn't that what the
greedy
prop does?https://quasar.dev/vue-components/form