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.
1 parent 30eb233 commit 2c7bf95Copy full SHA for 2c7bf95
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