manahga

Results 6 comments of manahga

Just an update... It looks like the "all" operator has issues with null/undefined as well. That being said, "none" and "some" seem to be fine. I also tested "map", "reduce",...

Just as an FYI, the tip above seems to work well for undefined values. However, it still errors out for data that is explicitly set to null like my initial...

This functionality is not present by default. However, I was able to customize the SchemaField component to achieve the desired functionality. See the following issue for details: #651

@Eric24 I have reviewed the jsfiddle provided above and it appears to be working for me. What exactly wasn't working for you?

I was able to accomplish this through the creation of a custom SchemaField component which acts as a wrapper to the original SchemaField and intercepts the onChange event of the...