Skip to content

Commit

Permalink
Fixed #1359 - Editable Dropdown is not working as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed May 4, 2020
1 parent 9799c09 commit 870b9f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/dropdown/Dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ export class Dropdown extends Component {

onEditableInputClick(event) {
this.bindDocumentClickListener();
event.stopPropagation();
}

onEditableInputChange(event) {
Expand Down

0 comments on commit 870b9f9

Please sign in to comment.