Skip to content

Commit 581893c

Browse files
committed
Fix docgen input fields
1 parent 0e6cfda commit 581893c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/esignature/eg042_document_generation.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ <h4>{{ code_example_text['ExampleName'] | raw }}</h4>
104104
{{ code_example_text['Forms'][formNumber]['Inputs'][salaryIndex]['InputName'] | raw }}
105105
</label>
106106

107-
<input type="tel"
107+
<input type="text"
108108
class="form-control"
109109
id="salary"
110110
placeholder="{{code_example_text['Forms'][formNumber]['Inputs'][salaryIndex]['InputPlaceholder']}}"
@@ -118,6 +118,7 @@ <h4>{{ code_example_text['ExampleName'] | raw }}</h4>
118118
</label>
119119

120120
<input type="number"
121+
min="0"
121122
class="form-control"
122123
id="rsus"
123124
placeholder="{{code_example_text['Forms'][formNumber]['Inputs'][rsusIndex]['InputPlaceholder']}}"

0 commit comments

Comments
 (0)