Ethan Glasser-Camp
Ethan Glasser-Camp
@dgutov I don't understand -- how does that solve the problem? Don't you still need to resolve the ambiguity of whether or not the space after the backslash is significant?...
I'm sorry, I had assumed someone involved with the package had uploaded it themselves. F-Droid is a repository for open source/free software apps on Android. Apparently they have some sophisticated...
I think a hard fail is best too. That kind of precludes writing a rule that checks that it's set. Can I interest you in a simple PR that just...
Hi, thanks for the PR. It looks good, but in general I would like to keep to a minimum the amount of visual/UI customization available as part of the rjsf...
Ha ha, so apparently my browser had saved a password for localhost:8080 from when I was working on something two jobs ago, and it autofilled that password when I was...
This is a tough one. This example is a great use case for why you might want to live validate passwords as well as required fields, but it's not really...
@vamsiampolu How would your solution address "required" fields that the user skips over? I agree that validating only "touched" fields is necessary, but not sufficient.
Change them how? You can turn them off using `ui:options` -- see the [example in the Playground](https://github.com/mozilla-services/react-jsonschema-form/blob/master/playground/samples/arrays.js#L149-L155). Otherwise, could you please explain what kind of change you'd like to see?
Hi, I don't think we have good answers for any of these questions. I think one important problem is that we don't support passing error information "in" to the form...
Related to #155.