I’m essentially creating a custom calculator tool, but rather than use a form to update property values, I have built out a series of inputs for a customized experience on one screen (that’s the goal) so that users see the total and all the contributing values generating the calculation.
Here is my issue… I display the current value in the input using the default value via the existing database value for the property. When the user makes a change within an input I’d like the database value to update to the newly entered value without the user taking any additional action.
Is this possible or will the user ultimately have to tap a save or update button to update the newly entered values to the associated properties?
Thanks!