Marc-Andre Roy
Marc-Andre Roy
Same issue here with Durandal. First time we load the page everything's fine. If you navigate away and come back, it's all broken and the validation doesn't work anymore. It's...
@crissdev Well, our scenario is way more complicated than this one... We also use ASP.NET Razer underneath to handle some generation in our views such as translation and data attributes....
@crissdev Yes we actually cached the html rendered by Razor for a short period of time. I just tried disabling that cache with no change after all :( . We...
I'd like to know if anything has been done or investigate in the last 8 months about this issue. We are currently running in the exact same situation where everytime...
@delixfe I actually tried many combination of configurations with the deep and observable options. What happen is that I made a function in my script that check if the page...
We finally found a solution to it, but it doesn't involve any modification of KnockoutValidation. As you seen in the code above, we where passing the entire page model (router.activeItem())...
@udos86 As for the `Recreating a custom dynamic form control model from JSON`, is this something you plan to implement one day for custom dynamic form model or the complexity...
> actually react-native is not working on windows either :) There is a problem with regexp in blacklist.js in metro since idk when... This was due to NodeJS 12.8 and...
Same issue here. Running as administrator on both Windows and Linux result in the same result described by others above...
Can't you provide a sample of this bug? JSFiddle or Stackblitz, please. Thanks.