How to Manipulate Values in a List of Data Types on the Front End Using Custom States?

I am loading a list of data types, which have ‘name’ and ‘value’ fields, into a custom state to improve front-end usability. I need to modify the ‘value’ field of a specific item in this list without immediately updating the database. The goal is to allow the user to make changes and only update the database after they confirm the modifications. I’ve tried using the Floppy plugin and other solutions, but haven’t been successful. Is there an effective way to manipulate the values of a list of data types on the front end using custom states without directly saving them to the database?

This topic was automatically closed after 70 days. New replies are no longer allowed.