Aziz Yuldoshev

Results 16 comments of Aziz Yuldoshev

The first one can be easily accomplished using `$.Deferred`, I can take a look at it once I finish with lazy rendering.

Yes, that feature makes a lot of sense. We can add some sort of metadata support for error entry. Do you think a single string is enough? In parallel, I...

I did some work in 39e381a to bc24c3e, please check how it fits your use case.

I can make a prebuilt distribution in a UMD wrapper and put it into `dist/` folder, give me a couple of days.

Hi, thank you for the suggestion. Currently I use sort-object module to order the object before passing it to render. Would this work for your use case?

Hi, thank you for the contribution! Looking at the diff, there are a few non-critical things that I'd like to discuss.

Hi, Sigfried, it's good to hear that the published version is almost what you need. What do you think about forking this component and adapting to your application requirements? While...

Hello, there is already something in place that might help you: each key and primitive property renders a hidden input that could become visible once that block is focused –...

I agree, working tabs would be really nice, need to figure out cheaper solution to that. Also agree that component should not modify the original data itself, it's better done...

Added `interactiveLabel` option in e299f38, pass in component factory that would receive `value` prop. Released as `5.0.0`.