diff --git a/baseline-decimal.fieldplugin.zip b/baseline-decimal.fieldplugin.zip index 39bdd78..6f3e080 100644 Binary files a/baseline-decimal.fieldplugin.zip and b/baseline-decimal.fieldplugin.zip differ diff --git a/source/manifest.json b/source/manifest.json index 145beaf..0c6f756 100644 --- a/source/manifest.json +++ b/source/manifest.json @@ -1,7 +1,7 @@ { "name" : "Baseline decimal field", "author" : "Dobility", - "version": "3.1.0", + "version": "3.2.0", "supportedFieldTypes": ["decimal"], "hideDefaultRequiredMessage": false, "hideDefaultConstraintMessage": false diff --git a/source/template.html b/source/template.html index 72e0786..3d21b4f 100644 --- a/source/template.html +++ b/source/template.html @@ -48,6 +48,6 @@ value="{{CURRENT_ANSWER}}" id="decimal-field" class="response default-answer-text-size" - placeholder="Your answer here..." + placeholder="{{QUESTION_PLACEHOLDER_LABEL}}" /> {{/READONLY}} \ No newline at end of file