NFDI4Energy / SMECS

Software Metadata Extraction and Curation Software (SMECS)
GNU Affero General Public License v3.0
3 stars 0 forks source link

Bidirectional synchronization between JSON and form elements #110

Open Aidajafarbigloo opened 4 months ago

Aidajafarbigloo commented 4 months ago

Currently, our application supports real-time updates in one direction: changes made in the form elements are reflected in the JSON displayed in the textarea. However, to enhance the user experience, we need to implement bidirectional synchronization. This means that any changes made directly in the JSON textarea should be automatically reflected in the form elements as well.