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 0e6cfda commit 581893cCopy full SHA for 581893c
templates/esignature/eg042_document_generation.html
@@ -104,7 +104,7 @@ <h4>{{ code_example_text['ExampleName'] | raw }}</h4>
104
{{ code_example_text['Forms'][formNumber]['Inputs'][salaryIndex]['InputName'] | raw }}
105
</label>
106
107
- <input type="tel"
+ <input type="text"
108
class="form-control"
109
id="salary"
110
placeholder="{{code_example_text['Forms'][formNumber]['Inputs'][salaryIndex]['InputPlaceholder']}}"
@@ -118,6 +118,7 @@ <h4>{{ code_example_text['ExampleName'] | raw }}</h4>
118
119
120
<input type="number"
121
+ min="0"
122
123
id="rsus"
124
placeholder="{{code_example_text['Forms'][formNumber]['Inputs'][rsusIndex]['InputPlaceholder']}}"
0 commit comments