-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementPull requests that make or issues that suggest enhancements, instead of just purely new featuresPull requests that make or issues that suggest enhancements, instead of just purely new features
Description
Session storage sync with form data is poorly handled as is. This leads to quite a few issues, such as the field data and storage not being synced properly, and sometimes both are overwritten.
Proposal
The session storage should be retrieved once in a top level component. And possibly set when fetching an admission.
When editing, the session storage should be set in onChange handlers in each field. (and not with setTimeouts...)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementPull requests that make or issues that suggest enhancements, instead of just purely new featuresPull requests that make or issues that suggest enhancements, instead of just purely new features