forked from projectcaluma/ember-caluma
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(form): fix fast selection in checkboxes
This fixes an issue where the value of a checkbox question was not properly updated to the answer model and therefore the backend. This happened because the save task uses a timeout to debounce value saving. As the update function of the component always used the value from the user model this caused a race condition if the user clicked the options too fast.
- Loading branch information
Showing
2 changed files
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters