NewcastleRSE / dolfin-flutter

The Flutter-based app for the Dolfin Project
0 stars 0 forks source link

10) [CLEAR DISMISSED FORM INPUT] #182

Closed notimre closed 5 months ago

notimre commented 11 months ago

Goals

The user’s entered but scrapped answers are deleted.

Results

When the user deselects an answer that produces a follow-on question (triggering show-hide logic) any response they gave to that follow-on question is cleared

Update behaviour from

If the user selects an answer that produces a follow-on question, answers the follow-on question, deselects the answer that produced this follow-on, then reselects, the data they entered in the follow-on question is preserved. For instance, if they select Other, enter free text, deselect Other, and then select it again, the free text they entered is preserved

notimre commented 11 months ago

Fixed in 66eb98935cb41fd7122e7b74a7824523540b758d

notimre commented 6 months ago

Madeleine highlighted further problems on the issue:

Quoting her: Clearing dismissed form input (item 10 on the attached)

KateCourt commented 6 months ago

@notimre can you reproduce Madeleine's experiences in testing?