react-schema-form
react-schema-form copied to clipboard
Is it possible to style the "New" button for array type?
I have looked at Array.js. It looks like the style field is ignored in the simplearray.json example.
"style": {
"add": "btn-success"
},
@cheukwong Yes. You are right. The examples were built a long time ago and we are planning to upgrade to the latest version of react-schema-form. Let's keep this issue open so that we can address at the same time. Thanks for bringing it up.
With the latest version of material-ui, it would be easy to inject style into the component. Please let me know if this is still an issue. Thanks.