Details
-
Task
-
Status: Closed
-
Minor
-
Resolution: Completed
-
None
Description
Currently FormProvider has two main methods, one to retrieve the Form and one to retrieve the values. However in some cases it might be desirable to provide an implementation for one but not the other (or override one but not the other).
Additionally this opens room to provide a "Field Values Updater" that knows how to store a change in the values
Thanks alejandro.tardin for the suggestion