1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-21 01:47:36 +03: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:
Oliver Trajceski 2022-03-01 11:18:32 +01:00 committed by GitHub
parent ec6f4d72cd
commit e94e353770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,7 +113,6 @@
:loading="remoteParameterOptionsLoading"
:disabled="isReadOnly || remoteParameterOptionsLoading"
:title="displayTitle"
:popper-append-to-body="true"
@change="valueChanged"
@keydown.stop
@focus="setFocus"