Janis

Results 129 comments of Janis

@apanteleev yes indeed. This almost fall into the area of necro-posts. But thank you explaining. Nvidia should really improve support on github issue trackers.

title is supported by schema draft 04, so what the deal? https://tools.ietf.org/html/draft-zyp-json-schema-04

I do not get the conclusion of this discussion :(

@dschnelldavis with all respect, I do not know what going an in your life, but it's always time to drop few words :/

With this version Im getting other problems: `core.js:1870 ERROR RangeError: Maximum call stack size exceeded at isNumber (angular2-json-schema-form.es5.js:213) at isEqual (angular2-json-schema-form.es5.js:6708) at isEqual (angular2-json-schema-form.es5.js:6712) at isEqual (angular2-json-schema-form.es5.js:6712) at isEqual (angular2-json-schema-form.es5.js:6712)...

It's whenever I select non-first option for enum in dropdown :/

From bedugger ``` var isEqual = function (enumValue, inputValue) { return enumValue === inputValue || (isNumber(enumValue) && +inputValue === +enumValue) || (isBoolean(enumValue, 'strict') && toJavaScriptType(inputValue, 'boolean') === enumValue) || (enumValue...

@hamzahamidi another issue is https://github.com/dschnelldavis/angular2-json-schema-form/issues/300, but I can't tell if its your version or old issue, because I can't install not-your-version :D

The first issue is fixed. Duno exactly how. I did a lot of things :). But now that isEqual appears as it should be, with WB wrapper. The second is...

Necro answers =D. No I did not try anything