Results 12 comments of Zaid Humayun

Will this work for validation as well? Just calling this.validate on the underlying element from the wrapper?

So I just had a look through the source code, and I noticed that there is no way to call the validate function directly apart from through the onSubmit or...

Yeah, having the same issue. The problem seems to be that an id is not being generated for each of the new fields that are being added as part of...

Hey, submitted a PR for this, [#778](https://github.com/mozilla-services/react-jsonschema-form/pull/778) Please take a look. This is a very important feature for us, and we need it back as soon as possible

Wanted to jump in here and check if there was any movement on the maintenance side of things? Happy to help maintain this project but want to understand what the...

@kislyuk Is this the suggested way to deal with multi-process logging for this library?

@kislyuk So, I'm not using a multiprocessing pool, just manually creating all the child processes I want. If I pass a separate logger instance to each child process, does each...

I wanted to post my solution here, just in case it is useful to anyone else. The Python Logging Cookbook has some great examples of how to log to a...

@mbj36 - The reason I am choosing the sw-precache over Workbox is because I am using service workers with the CRA build. I believe that is configured using sw-precache?