We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30eb233 + 2c7bf95 commit 0ab89d7Copy full SHA for 0ab89d7
src/inputmask.js
@@ -115,6 +115,7 @@ function init(Survey) {
115
options.groupSeparator = rootWidget.numericGroupSeparator;
116
options.radixPoint = rootWidget.numericRadixPoint;
117
options.autoGroup = rootWidget.numericAutoGroup;
118
+ options.placeholder = rootWidget.numericPlaceholder;
119
}
120
if (surveyElement.inputMask === "currency") {
121
options.digits = surveyElement.numericDigits || rootWidget.numericDigits;
0 commit comments