Skip to content

Commit

Permalink
work for the #8209
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov committed May 31, 2024
1 parent 368b3e2 commit 84f2503
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/react/imagepicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export class SurveyQuestionImagePickerItem extends ReactSurveyElement {
}

handleOnChange(event: any) {
if (this.question.isReadOnlyAttr) return;
if (this.question.multiSelect) {
if (event.target.checked) {
this.question.value = this.question.value.concat(event.target.value);
Expand Down

0 comments on commit 84f2503

Please sign in to comment.