2023 May 22 11:08 AM
Hello,
I'm building an app which will write to a database lines with several fields.
I want to add a possibility to collect data and have an edit mode of the existant data of the data base, like this:
What I need to know is how do I setup logic to have an edit mode, with save button? I already have this as input field and have the save mode, but can't grasp the idea to make it work.
Someone has an example?
Thanks
João
2023 Jun 01 3:44 PM
Hello João,
From the marketplace you can download Set component property logic.
in the properties you can of the logic component you can select the component and select the property you want to change, in this case we want to disable the component and set the value to true. If you want to edit the value then set the disabled value to false.
I hope this helps.