Skip to content

Commit

Permalink
Highlight form fields that fail validation when submit button is clicked
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulmalhotra committed Nov 14, 2024
1 parent b59acf2 commit 662ca2d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,6 @@ internal class QuestionnaireViewModel(application: Application, state: SavedStat
// Results in a new questionnaire state being generated synchronously, i.e., the current
// thread will be suspended until the new state is generated.
modificationCount.update { it + 1 }
forceValidation = false
}

if (
Expand Down

0 comments on commit 662ca2d

Please sign in to comment.