Cristian Trifan
Cristian Trifan
IMO, this issue should be closed. Not having ko in global namespace is really not bad. I never needed it while working with RequireJS. Other components relying on ko to...
I like the idea and I'll be happy to merge a PR for this. I've created a demo for this to exibit the issue http://jsfiddle.net/tfmwLkds/ , in case someone else...
Thanks all for your interest in this project. It would be great to see this project moving forward (again), but for the moment there's no possible way I can dedicate...
Thanks @mcshaz Any chance of adding some tests to #563 ?
@it3xl Interesting. I can't say exactly why this is happening but I noticed if you comment the following lines of code the validation works. ``` js if (initing && isNew)...
@it3xl Although this issue is quite old I thought I should give it a look again. I think this is just a Knockout usage quirk. I've updated your example to...
@mryellow Yeah, but I don't see that as a normal use case. I don't think other libraries implement this either.
@Eisenspalter The `required` rule does this but if you want to remove whitespace before any validation rule, then I would suggest implementing a knockout extender. Check out [this SO question](http://stackoverflow.com/questions/10745486/automatically-trim-whitespace-from-all-observable-values)...
@themanojsingh Are you missing `decorateElementOnModified: false`?
Can you provide a fiddle for this? It will make things clear.