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

Add right click action to schema tree items to copy field id #33

Closed miguelgrc closed 2 months ago

miguelgrc commented 2 months ago

Add either a context menu or a direct right click action to the schema tree items that allows you to copy their id to the clipboard. This would be useful for the itemsDisplayTitle feature (custom titles in layer array fields). It wouldn't still be ideal as the itemsDisplayTitle is set in a modal (so the user can't right click the schema tree items meanwhile). We can rethink this a bit (e.g. see if it's possible to enable interaction with the background while the modal is open and move it to the side, or simply not use a modal at all for this).

github-actions[bot] commented 1 month ago

:tada: This issue has been resolved in version 1.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: