-
-
Notifications
You must be signed in to change notification settings - Fork 405
Bidirectional form data filters #747
Copy link
Copy link
Open
Labels
breaking changeResolving this ticket needs to rebuild and break things in the next major release.Resolving this ticket needs to rebuild and break things in the next major release.
Milestone
Metadata
Metadata
Assignees
Labels
breaking changeResolving this ticket needs to rebuild and break things in the next major release.Resolving this ticket needs to rebuild and break things in the next major release.
I use a custom filter to add the currency prefix to a FloatField to make it more user friendly. This also adds the currency prefix to the value in my edit form.
Is it possible (and how would one implement) to use a filter to remove the currency prefix from the field data on submit before form validation?
I have gone through documentation and searched forums but haven't found a solution.