diff --git a/frontend/src/Editor/Components/DropDown.jsx b/frontend/src/Editor/Components/DropDown.jsx index 5a90e83db2..69e0a21a30 100644 --- a/frontend/src/Editor/Components/DropDown.jsx +++ b/frontend/src/Editor/Components/DropDown.jsx @@ -160,6 +160,7 @@ export const DropDown = function DropDown({ styles={customStyles} isLoading={properties.loadingState} onInputChange={onSearchTextChange} + onFocus={(event) => onComponentClick(event, component, id)} />