mutateFormDataBeforeCreate not working
I try to use
mutateFormDataBeforeCreate
to add records according to user input, but it seems this method is not being execute before creating record. I want it to make records as many as the user input the number.
4 Replies
I think you need to add that to your
CreateRoom
component, not the resource itself 🤔
Customizing data before savingSo I can't add it to resource? Because I think it more good if it just pop up
You do it to the create page within the resource, not the resource
Because I think it more good if it just pop upWhat do you mean? 🤔