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

form: make RJSF id separator to be customizable for each form #61

Open pamfilos opened 5 days ago

pamfilos commented 5 days ago

Righ now we have $ character as the separator for the construction of ids for individual fields. e.g. https://github.com/cern-sis/react-formule/blob/master/src/forms/templates/utils/index.js#L1

This can be an issue and be erroneous, for forms that need to use field names that might include this character (e.g field with name $schema )