-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Issue
A common issue, or a feature if you would, on many different forms is to keep track of the field values and only enable Save or some other CTA button if the values have changed since the form initialization.
Proposed
Consider returning an additional isDirty or isChanged property that would indicate if the value changed from its initial (default) value.
Also consider giving an option to the user to override this default value after validation initialization because most of the time we create inputs using empty strings and then once we fetch data, trigger the change manually.
AleksandarDevCopilot
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request