mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
Bring dropdown component to front whenever it is focused (#1845)
This commit is contained in:
parent
1ead1975bb
commit
2c20b3af94
1 changed files with 1 additions and 0 deletions
|
|
@ -160,6 +160,7 @@ export const DropDown = function DropDown({
|
|||
styles={customStyles}
|
||||
isLoading={properties.loadingState}
|
||||
onInputChange={onSearchTextChange}
|
||||
onFocus={(event) => onComponentClick(event, component, id)}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue