We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7bca1 commit 26ebee6Copy full SHA for 26ebee6
tools/scripts/docs_modm_io_index.html.in
@@ -128,11 +128,11 @@ input[type=text] {
128
</td>
129
<td>
130
<div class="autocomplete" style="width:300px;">
131
- <input id="targetinput" type="text" name="target" placeholder="Search for e.g. 'F469' or 'NUCLEO'">
+ <input id="targetinput" type="text" name="target" placeholder="Search for e.g. 'F469' or 'NUCLEO'" autofocus />
132
</div>
133
134
135
- <input type="submit" value="Show Documentation">
+ <input type="submit" value="Show Documentation" />
136
137
</tr>
138
</table>
0 commit comments