Skip to content

Commit

Permalink
fix: double scrolling behaviour
Browse files Browse the repository at this point in the history
Fix to how scrolling the autocomplete list works.
  • Loading branch information
rcausey authored Feb 5, 2021
2 parents 0042cf5 + ef22ae4 commit 11f30e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autocomplete-input-text.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ document.head.appendChild($_documentContainer.content);
* Polymer-based web component for integrating autocomplete with text inputs
* @customElement
* @polymer
* @demo demo/index.hmtl
* @demo demo/index.html
*/
class AutocompleteInputText extends PolymerElement {
static get is() { return 'd2l-labs-autocomplete-input-text'; }
Expand Down

0 comments on commit 11f30e1

Please sign in to comment.