Auto-focus input fields into which users likely type immediately
This commit is contained in:
parent
4a8d8afbd5
commit
feb4ec31a9
@ -7,7 +7,7 @@
|
||||
<a class="button button-pill-left" href="javascript:{}" bind="extractLink"></a><a class="button button-pill-right" href="javascript:{}" bind="applyLink"></a>
|
||||
</div>
|
||||
<div class="history-panel-filter" bind="bodyControlsDiv">
|
||||
<span bind="or_proj_filter"> </span><input type="text" size="30" bind="filterInput" />
|
||||
<span bind="or_proj_filter"> </span><input type="text" size="30" bind="filterInput" autofocus />
|
||||
</div>
|
||||
<div class="history-panel-body" bind="bodyDiv">
|
||||
<div class="history-past" bind="pastDiv">
|
||||
|
@ -14,7 +14,7 @@
|
||||
</tr>
|
||||
<tr><td></td>
|
||||
<td bind="or_views_separator"></td>
|
||||
<td><input size="10" value="," bind="separatorInput" />
|
||||
<td><input size="10" value="," bind="separatorInput" autofocus />
|
||||
<input type="checkbox" bind="regexInput" id="$split-column-regex" />
|
||||
<label for="$split-column-regex" bind="or_views_regExp"></label></td>
|
||||
</tr>
|
||||
|
@ -14,7 +14,7 @@
|
||||
</tr>
|
||||
<tr><td></td>
|
||||
<td bind="or_views_separator"></td>
|
||||
<td><input size="10" value="," bind="separatorInput" />
|
||||
<td><input size="10" value="," bind="separatorInput" autofocus />
|
||||
<input type="checkbox" bind="regexInput" id="$split-column-regex" />
|
||||
<label for="$split-multi-valued-cells-regex" bind="or_views_regExp"></label></td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user