Skip to content

Commit

Permalink
#9087 Signature Pad - The Storage Format property value is reset on f…
Browse files Browse the repository at this point in the history
…ocus out (#9088)

Fixes #9087
  • Loading branch information
novikov82 authored Nov 22, 2024
1 parent 73e454b commit 2d6af45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/survey-core/src/question_signaturepad.ts
Original file line number Diff line number Diff line change
Expand Up @@ -544,8 +544,8 @@ Serializer.addClass(
default: "png",
choices: [
{ value: "png", text: "PNG" },
{ value: "image/jpeg", text: "JPEG" },
{ value: "image/svg+xml", text: "SVG" },
{ value: "jpeg", text: "JPEG" },
{ value: "svg", text: "SVG" },
],
onSettingValue: (obj: any, val: any): any => {
return correctFormatData(val);
Expand Down

0 comments on commit 2d6af45

Please sign in to comment.