Skip to content

Commit 583c22f

Browse files
committed
Web UI: autofocus for param value
1 parent ec30bb4 commit 583c22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netmockery/Views/Endpoints/AdjustParam.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</div>
1717
<div class="form-group">
1818
<label>Value</label>
19-
<textarea class="form-control" rows="5" name="value">@Model.Value</textarea>
19+
<textarea class="form-control" rows="5" name="value" autofocus>@Model.Value</textarea>
2020
</div>
2121
<div class="form-group">
2222
<label>Default value</label>

0 commit comments

Comments
 (0)