Skip to content

Commit

Permalink
MDL-60636 themes: form autocomplete chevron down 3.6 extra fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas Brands authored and sarjona committed Aug 7, 2019
1 parent 2770a20 commit ffbbf7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 54 deletions.
2 changes: 1 addition & 1 deletion lib/templates/form_autocomplete_input.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}}
{{#showSuggestions}}
<div class="d-inline-block position-relative">
<input type="text" id="{{inputId}}" list="{{suggestionsId}}" placeholder="{{placeholder}}" role="combobox" aria-expanded="false" autocomplete="off" autocorrect="off" autocapitalize="off" aria-autocomplete="list" aria-owns="{{suggestionsId}} {{selectionId}}" {{#tags}}data-tags="1"{{/tags}}/>
<input type="text" id="{{inputId}}" class="form-control" list="{{suggestionsId}}" placeholder="{{placeholder}}" role="combobox" aria-expanded="false" autocomplete="off" autocorrect="off" autocapitalize="off" aria-autocomplete="list" aria-owns="{{suggestionsId}} {{selectionId}}" {{#tags}}data-tags="1"{{/tags}}/>
<span class="form-autocomplete-downarrow position-absolute p-1" id="{{downArrowId}}">&#x25BC;</span>
</div>
{{/showSuggestions}}
Expand Down
53 changes: 0 additions & 53 deletions theme/boost/templates/core/form_autocomplete_input.mustache

This file was deleted.

0 comments on commit ffbbf7d

Please sign in to comment.