Ethan Glasser-Camp
Ethan Glasser-Camp
It wouldn't surprise me to discover that there were enormous problems with how we handle updating the state. For instance, see https://github.com/mozilla-services/react-jsonschema-form/issues/446. I don't know React well enough to try...
I'm not really sure what's going on. What you posted seems like it ought to work. For example, [here's the Widgets page in the Playground setting arrays of booleans](https://mozilla-services.github.io/react-jsonschema-form/#eyJmb3JtRGF0YSI6eyJudW1iZXJzIjpbZmFsc2UsdHJ1ZV19LCJzY2hlbWEiOnsidGl0bGUiOiJXaWRnZXRzIiwidHlwZSI6Im9iamVjdCIsInByb3BlcnRpZXMiOnsibnVtYmVycyI6eyJ0eXBlIjoiYXJyYXkiLCJpdGVtcyI6eyJ0eXBlIjoiYm9vbGVhbiIsInRpdGxlIjoiY2hlY2tib3ggKHNlbGVjdD8pIn19fX0sInVpU2NoZW1hIjp7Im51bWJlcnMiOnsiaXRlbXMiOnsidWk6d2lkZ2V0Ijoic2VsZWN0In19fX0=). [Here's...
Just to be perfectly clear, we're not talking about using a widget for the array itself, but rather just for the items in that array, right? Multi-select uses a widget...
Ah, I understand now. The original code example shows using a widget for individual items, but actually both you and the original commenter want to use a single widget for...
Yes, it does seem like this issue has been a stand-in for three or four issues which should maybe be broken out. @elyobo, if you still have trouble with getting...
Hi @ashkanjj, sorry for not responding to your issue for a while. I don't think there's a strong reason why we couldn't add a name field to each field. I'd...
Yes, it can be challenging because you have to support deleting any entry, as well as inserting new ones in any location, as well as rearranging the order. You can...
Hmm. I didn't realize we don't show an add button once we reach `maxItems`. (I even [wrote about it](https://github.com/mozilla-services/react-jsonschema-form#philosophy) in the README.) Personally, I would have said we should show...
Is it possible for the user to trigger collapse/expand behavior, or do things that start collapsed remain collapsed forever? If it's possible for the user to change, where do you...
Hi, thanks for your comment. I agree that this would be useful. We've had a longstanding wishlist item for collapsing fields or hiding them (#322/#324, #578, your own #598). I...