Skip to content

Commit

Permalink
Add the answer changed callback to the drop down widget (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingtang10 committed Jul 21, 2021
1 parent bac35db commit abf9ced
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ internal object QuestionnaireItemDropDownViewHolderFactory :
.setValue(
questionnaireItemViewItem.questionnaireItem.answerOption[position].valueCoding
)
questionnaireItemViewItem.questionnaireResponseItemChangedCallback()
}
}
}
Expand Down

0 comments on commit abf9ced

Please sign in to comment.