Skip to content

Commit 6ebd30d

Browse files
committed
Fix docgen input
1 parent e70f32a commit 6ebd30d

File tree

1 file changed

+1
-0
lines changed
  • launcher-csharp/eSignature/Views/DocumentGeneration

1 file changed

+1
-0
lines changed

launcher-csharp/eSignature/Views/DocumentGeneration/eg042.cshtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
@Html.Raw(ViewBag.CodeExampleText.Forms[formNumber].Inputs[rsusIndex].InputName)
107107
</label>
108108
<input type="number"
109+
min="0"
109110
class="form-control"
110111
id="rsus"
111112
placeholder="@ViewBag.CodeExampleText.Forms[formNumber].Inputs[rsusIndex].InputPlaceholder"

0 commit comments

Comments
 (0)