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

feat(form): remove idFetcher #57

Closed miguelgrc closed 3 days ago

miguelgrc commented 1 week ago

Closes #54

Removed the field as it wasn't working well and was covering a use case that was too specific. The id fetcher in CAP would keep working as it was entirely overwriting the one in Formule.

miguelgrc commented 3 days ago

We will keep it with some changes and more customization options in #65