Dashboard
Unanswered
Siamese posted this in #help-forum
SiameseOP
Hi, I have a page with a bunch of toggles and text inputs and a save button. I'm thinking how I should handle the save, should I use onChange event on each input components and update a json (ofc in ram, not disk) each time the event fires or somehow fetch the data from the fields once save button is clicked?
1 Reply
SiameseOP
bump