David Jensen

Results 38 comments of David Jensen

Hi @ulion, thanks for the PR! This is a sorely needed feature indeed. I'm in the process of merging it, and I created an example page for all of the...

> e.g. in some use case, I have text input, but the initial value is null, > when submit form, it may fail the validation. but imo the form should...

Maybe, check the source code for the input directive in angular, it might be that you can trigger a "change" event? https://github.com/angular/angular.js/blob/master/src/ng/directive/input.js#L1055 The ngModelController also has a couple of functions,...

Just so you know, I had to fix a release before I could get this merged. I want write some user docs etc... but it will come.

@dstelter sorry... no ETA, but it is top of my list now. I've also got half of a merge done. I'll share as soon as possible and then I'd love...

In JSON Schemas the type "array" have a property "items" that either is a sub-schema that validates what is a valid item in the array is regardless of what index...

Sorry that it took so long for me to answer! Proper support of `anyOf` is the correct solution. But you can probably hack an add-on together based on the array...

@philippbosch thats super cool! Is it just as an add-on or did you have to modify asf?

Interesting! Yeah `anyOf` support is high on the list of todo's, at least implementing enough support so that it doesn't fail badly. That way we open up for making add-ons...

Re-opening it as an enhancement request. Feel free to add comments about your needs. Especially UI wise and what the purpose of the form is.