Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
#2473 fix lookup dropdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
siemiatj committed Jan 8, 2020
1 parent fd971ec commit 599f795
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/widget/Lookup/RawLookup.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ export class RawLookup extends PureComponent {
handleInputEmptyStatus,
enableAutofocus,
isOpen,
onDropdownListToggle,
} = this.props;

enableAutofocus();
Expand All @@ -376,7 +375,7 @@ export class RawLookup extends PureComponent {
!allowEmpty && handleInputEmptyStatus && handleInputEmptyStatus(false);

if (!isOpen) {
onDropdownListToggle(true);
this.handleDropdownListToggle(true);
}

this.setState(
Expand Down

0 comments on commit 599f795

Please sign in to comment.