mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
🐛 Fix n8n Select Component (#2903)
* N8N-3028 Dropdown Invisible - Fixed N8N-Select Component * N8N-3028 Remove :popper-append-to-body props from n8n-select in ParameterInput component
This commit is contained in:
parent
ec6f4d72cd
commit
e94e353770
|
@ -113,7 +113,6 @@
|
|||
:loading="remoteParameterOptionsLoading"
|
||||
:disabled="isReadOnly || remoteParameterOptionsLoading"
|
||||
:title="displayTitle"
|
||||
:popper-append-to-body="true"
|
||||
@change="valueChanged"
|
||||
@keydown.stop
|
||||
@focus="setFocus"
|
||||
|
|
Loading…
Reference in a new issue