Logan Volkers

Results 73 comments of Logan Volkers

I have implemented a generic version this here: https://codesandbox.io/s/0y7787xp0l It uses `"ui:group"` instead of `"ui:order"` and support custom rendering for doing other things like tabs, tables and wells instead of...

The premise is that it overrides the ObjectField default behavior of just placing all it's properties as a list of divs. The grouping part is a slightly modified code snippet...

It took me ten minutes, but here's the solution to your problem: https://codesandbox.io/s/tabbed-mozilla-form-41hfn > I've implemented your solution, managed change them to vertical tabs, however I couldn't really change them...

Here's an [example](https://codesandbox.io/s/test-jalali-react-datepicker-guouv) based on a [custom widget](https://react-jsonschema-form.readthedocs.io/en/latest/advanced-customization/#custom-widget-components) and this [random library](https://github.com/rzkhosroshahi/react-jalali-datepicker) that I found. Unfortunately, this example does not work, since that library is not a stateless component.

I believe that this is already [answered in the FAQ](https://github.com/mozilla-services/react-jsonschema-form#q-does-rjsf-support-oneof-anyof-multiple-types-in-an-array-etc). ![image](https://user-images.githubusercontent.com/1157086/44743637-e440f700-aab7-11e8-9986-8badcbe913d0.png)

I think that one is hard to solve, but there are a few options: - You could start by looking at this example: https://jsfiddle.net/spacebaboon/g5a1re63/ It uses a custom submit button...

It sounds like maybe the problem could be in how `formData` is pushed into the `Form` from your AJAX component and less to do with your custom widget. In complex...

Try this library, it seems to be more full featured and might help you: https://github.com/vdurmont/semver4j

Try this library, it seems to be more full featured and might help you: https://github.com/vdurmont/semver4j Neither this library nor [jknack/semver.java](https://github.com/jknack/semver.java) have been actively developed in a long time.

I'm working on a rewrite in Typescript for the browser at the moment. Once that project's done might have time to port the logic back.