I have a number input field in a modal that updates the countdown field on Screen A. I have the countdown component on Screen A for testing. When the countdown is finished the action is set to update a listing field value in the database.
Expected result
The assigned database field should be updated and input field cleared. When revisiting Screen A, the countdown component should be inactive.
Actual result
The assigned database field gets updated but the input field remains in “cache”. When visiting Screen A, the counter resets to the last number entered in the input field.
Screen A
Modal