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 ec30bb4 commit 583c22fCopy full SHA for 583c22f
netmockery/Views/Endpoints/AdjustParam.cshtml
@@ -16,7 +16,7 @@
16
</div>
17
<div class="form-group">
18
<label>Value</label>
19
- <textarea class="form-control" rows="5" name="value">@Model.Value</textarea>
+ <textarea class="form-control" rows="5" name="value" autofocus>@Model.Value</textarea>
20
21
22
<label>Default value</label>
0 commit comments