Tangerine-Community / tangy-form

<tangy-form> is a web component for creating multipage forms. Other <tangy-*> input elements are included as well.
GNU General Public License v3.0
15 stars 3 forks source link

fix(tangy-gps): GPS should not update the values when in Edit modified #414

Closed evansdianga closed 2 months ago

evansdianga commented 2 months ago

When in edit mode, the form is disabled and has values, render the values in the component and not the updated values of the GPS component since the GPS component keeps updating its values in the background.

As such the GPS component's value is not updated in the DB and the user sees the values as they were captured at the time of data entry

Refs Tangerine-Community/Tangerine#3703 Part of Tangerine-Community/Tangerine#3719