Heath C
Heath C
Move to from the template into the field
So after trying it with 5.x it seems that only the `11` -> `1` is still problematic. The others are working
@maximecote57 Given that the main maintainers of the project are volunteers who generally only have a few hours a week to focus on things, most of the corner-case issues aren't...
@maximecote57 if you have any questions, feel free to ask them here
@dependabot rebase
@dependabot rebase
You could copy the source for the `BaseInputTemplate` and modify it for your purposes and replace the default template with yours. See the [templates docs](https://react-jsonschema-form.readthedocs.io/en/latest/advanced-customization/custom-templates/#baseinputtemplate) for more information on how...
@c0ncentus We are open to contributions of new themes assuming those themes support the current features provided in other themes
The challenge is that the ArrayFieldTemplate is not really designed to do what you want since it does not have access to the `onChange` method which the `Form` uses to...
If you updated the above array field to detect the string based arrays and do the custom `onChange` only for them, then you could just use the template without needing...