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 c885fa3 + 766e59b commit 756b989Copy full SHA for 756b989
source/Archive.zip
3.23 KB
source/manifest.json
@@ -1,7 +1,7 @@
1
{
2
"name" : "Baseline integer field",
3
"author" : "Dobility",
4
- "version": "3.2.0",
+ "version": "3.2.1",
5
"supportedFieldTypes": ["integer"],
6
"hideDefaultRequiredMessage": false,
7
"hideDefaultConstraintMessage": false
source/template.html
@@ -46,6 +46,11 @@
46
value="{{CURRENT_ANSWER}}"
47
id="integer-field"
48
class="response default-answer-text-size"
49
- placeholder="{{QUESTION_PLACEHOLDER_LABEL}}"
+ {{#QUESTION_PLACEHOLDER_LABEL}}
50
+ placeholder="{{QUESTION_PLACEHOLDER_LABEL}}"
51
+ {{/QUESTION_PLACEHOLDER_LABEL}}
52
+ {{^QUESTION_PLACEHOLDER_LABEL}}
53
+ placeholder="Your answer here..."
54
55
/>
56
{{/READONLY}}
0 commit comments