cern-sis / react-formule

User-friendly, extensible form builder for React based on JSON Schema and RJSF
https://cern-sis.github.io/react-formule/
MIT License
7 stars 3 forks source link

Remove NormalArrayTemplate and use ui:ArrayTemplateField #18

Open miguelgrc opened 5 months ago

miguelgrc commented 5 months ago

Investigate the usage of ui:ArrayTemplateField for arrays instead of ui:array and our current custom logic in NormalArrayFieldTemplate.jsx, with the goal of getting rid of it (or at least of the array type selection) extracting as well the uiLatex, uiImport and uiEmail somewhere else.