Skip to content

Commit

Permalink
Use search bar instead of input
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Oct 10, 2021
1 parent dff84c5 commit b2ef80e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/src/main/resources/lib/hudson/newFromList/form.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,10 @@ THE SOFTWARE.
</div>
<s:entry class="jenkins-radio__children">
<j:set var="descriptor" value="${it.descriptor}" />
<s:textbox id="from" placeholder="Type for suggestions" name="from" field="copyNewItemFrom" onfocus="$('copy').click()" />
<div class="jenkins-search">
<s:textbox id="from" placeholder="Type for suggestions" clazz="jenkins-search__input" name="from" field="copyNewItemFrom" onfocus="$('copy').click()" />
<l:svgIcon href="${resURL}/images/material-icons/svg-sprite-action-symbol.svg#ic_search_24px" class="jenkins-search__icon" />
</div>
</s:entry>
</j:if>
</fieldset>
Expand Down

0 comments on commit b2ef80e

Please sign in to comment.