diff --git a/frontend/src/Components/Form/EnhancedSelectInput.js b/frontend/src/Components/Form/EnhancedSelectInput.js index b63fd011b..8f89101f0 100644 --- a/frontend/src/Components/Form/EnhancedSelectInput.js +++ b/frontend/src/Components/Form/EnhancedSelectInput.js @@ -251,7 +251,7 @@ class EnhancedSelectInput extends Component { this._addListener(); } - if (!this.state.isOpen) { + if (!this.state.isOpen && this.props.onOpen) { this.props.onOpen(); }