matfish2 / vue-formular

a comprehensive vue.js form component
https://www.npmjs.com/package/vue-formular
MIT License
43 stars 11 forks source link

Return true if required rule is set to false #1

Closed fuelingtheweb closed 8 years ago

fuelingtheweb commented 8 years ago

This allows for dynamic required rules outside of using requiredIf. You could set rules as a computed value and set the required rule for a field to true or false based on some criteria.