Heath C

Results 438 comments of Heath C

Closing this with the addition of `ui:enumNames` to the `UiSchema` in https://github.com/rjsf-team/react-jsonschema-form/pull/4263

@dberardo-com unfortunately there isn't a simple way to do what you need. Especially if the different parts of the json schema that you don't want to show would cause validations...

@AlimovSV only that we could use help fixing this. Do you feel comfortable with doing that?

@linpc This is a very tricky problem that @cwendtxealth hasn't quite figured out how to fix yet.

@magaton the `isValid()` has to be called once per condition per render. And it may likely be done more than necessary. I wish I had the time to dig into...

@magaton Feel free to come to the RJSF meeting today at 12pm PST to talk about this

@magaton or we could chat one-on-one via Discord.

@MarekBodingerBA We would love to get help on this! Feel free to push up a PR for us to review.

@mpenndev I am confused why you are having the problem you mentioned. I have my own node-based script which works just fine. This is how I import it: ``` const...

@areski Oh wow, since this capability was really only added for the playground, we will be moving it out of `@rjsf/utils` in `5.17.1` sorry for the inconvenience. We should have...