Skip to content

Commit

Permalink
Work for #337 - Inputmask - Include the unmaskAsNumber property into …
Browse files Browse the repository at this point in the history
…a custom widget's definition - changed defaulr value to fale
  • Loading branch information
tsv2013 committed Dec 18, 2023
1 parent 3ac9ff0 commit 040d8b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/inputmask.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function init(Survey) {
autoUnmask: true,
clearIncomplete: true,
showMaskOnHover: true,
unmaskAsNumber: true,
unmaskAsNumber: false,
widgetIsLoaded: function () {
return typeof Inputmask != "undefined";
},
Expand Down Expand Up @@ -89,7 +89,6 @@ function init(Survey) {
name: "unmaskAsNumber:boolean",
category: "general",
visible: false,
default: true,
},
{
name: "prefix",
Expand Down

0 comments on commit 040d8b1

Please sign in to comment.