Raphael Koszalka

Results 3 comments of Raphael Koszalka

I found a way to do that. I've changed the following if statement (located at line 194 of date.js): ``` if (attrs.readonly) { focusEvent.stopImmediatePropagation(); } ``` to that: ``` if...

Hello, I don't know if you have found a fix for this problem. The model.value array of form send and empty string "" instead of null for fields that are...

@SBats, i've integrated TV4 with angular-2schema-form module, in that way i've managed to properly validate required properties. If you're interested in the weekend i can open a pull request with...