harsh-harlequin
harsh-harlequinā€¢2y ago

How Can I add some code before I save in Edit Basic View?

ā„¹ļø info I got an Edit Basic View, and I want to do something before the form submitted. I want to restructure my data (turn several fields to a JSON in database) before the form submitted. My thinking is Restructure the data before form updated (the save button onClick) So I did what the picture shows. ā“ issue 1. I seems the onClick property will be overwrite if I set it by myself 2. Is there's another or proper way to achieve my purpose? or I have to reinvent the onClick function? šŸ™ā€
No description
4 Replies
robust-apricot
robust-apricotā€¢2y ago
Hey @劉哲宇 can you check this https://refine.dev/docs/api-reference/antd/hooks/form/useForm/#how-can-i-change-the-form-data-before-submitting-it-to-the-api I think this is what you're looking for šŸ˜…
useForm | refine
useForm is used to manage forms. It returns the necessary properties and methods to control the Antd Form. Also, it has been developed by using useForm imported from @pankod/refine-core package.
harsh-harlequin
harsh-harlequinOPā€¢2y ago
@aliemirs thank you for the instant help! šŸ™ There are so many docs to read šŸ˜…
robust-apricot
robust-apricotā€¢2y ago
We're working on reorganizing and rewriting them to be better navigated and be understandable šŸ˜… If you see any issues, please let us know šŸ™
harsh-harlequin
harsh-harlequinOPā€¢2y ago
šŸ»

Did you find this page helpful?