Skip to content

Commit

Permalink
FIO-7355 Fixed issue with HTML5 select flickering on initial click
Browse files Browse the repository at this point in the history
  • Loading branch information
antonSoftensity committed Oct 10, 2023
1 parent a381c68 commit c563446
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/select/Select.js
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,6 @@ export default class SelectComponent extends ListComponent {
}

this.focusableElement = input;
this.addEventListener(input, 'focus', () => this.update());
this.addEventListener(input, 'keydown', (event) => {
const { key } = event;

Expand Down

0 comments on commit c563446

Please sign in to comment.