Skip to content

Commit

Permalink
Fixed #2000 - ListBox fails on tap item in mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed May 1, 2021
1 parent 85b3045 commit 791c7b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/listbox/ListBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export class ListBox extends Component {

this.onFilter = this.onFilter.bind(this);
this.onOptionSelect = this.onOptionSelect.bind(this);
this.onOptionTouchEnd = this.onOptionTouchEnd.bind(this);
}

componentDidMount() {
Expand Down

0 comments on commit 791c7b5

Please sign in to comment.