Cristian Trifan
Cristian Trifan
This might land in some future version if more people will ask for it. Add your :+1: in the comments if you find this feature needed. We still have to...
@guerson You can remove validation of an observable using the `validatable` extender: ``` js // Set up validation var obs = ko.observable().extend({required: true, email: true}); // Remove validation obs.extend({validatable: false});...
Thanks @petemill @mbest. I'm going to merge this but after I make some tests against KO 3.4 to and see if there are any other related issues.
Merged into v2.1.0 branch. The PR will close itself when merged into master. Thanks for your contribution. Fixes #594
Thanks @zemacik :+1: Any chance to Rebase?
Merged into `v2.1.0` branch.
An interesting question related to validation messages posted on [reddit](http://www.reddit.com/r/webdev/comments/35lg85/knockout_validation_how_do_i_move_the_required/).
Thanks @rax-consortio
@skwasiborski I've updated your fiddle to make it work - I manually inserted the validation message element. I'll look into this to see where the problem is. Until then, here's...
Thanks @codethug Merged into `v2.1.0` branch 18a554fe2e151aad7771881401b8d14428547af9