FiguredLimited / vue-mc

Models and Collections for Vue
https://vuemc.io
MIT License
626 stars 98 forks source link

validateOnSave in the doc but not in the code #130

Open fakocher opened 4 years ago

fakocher commented 4 years ago

Hello everyone!

I'd like to know why validateOnSave is in the doc but not in the source code. Will it be released soon?

Note that I would gladly code it if you need.

Thanks for your answer, Best Regards, Jeremy

rajeev-ayer commented 3 years ago

Any progress on this issue?

I came across this issue when attempting to set validateOnSave to false due to the recursive validation always validating to false and therefore never executing the save transaction. The validateOnSave setting is never actually referenced in the code and therefore always validates regardless of what value the option is set to.

Will this be fixed anytime soon?

rtheunissen commented 3 years ago

Will this be fixed anytime soon?

I will fix this this week and release a new version with whatever else is on main.

due to the recursive validation always validating to false

Is this a known issue? https://github.com/FiguredLimited/vue-mc/issues/168

I'll take a look at that too.

rajeev-ayer commented 3 years ago

That would be fantastic @rtheunissen. Thank you.