mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
fix(editor): Fix parameter input glitch when there was an error loading remote options (#10209)
This commit is contained in:
@@ -253,7 +253,11 @@
|
|||||||
:size="inputSize"
|
:size="inputSize"
|
||||||
:type="getStringInputType"
|
:type="getStringInputType"
|
||||||
:rows="editorRows"
|
:rows="editorRows"
|
||||||
:disabled="isReadOnly"
|
:disabled="
|
||||||
|
isReadOnly ||
|
||||||
|
remoteParameterOptionsLoading ||
|
||||||
|
remoteParameterOptionsLoadingIssues !== null
|
||||||
|
"
|
||||||
:title="displayTitle"
|
:title="displayTitle"
|
||||||
:placeholder="getPlaceholder()"
|
:placeholder="getPlaceholder()"
|
||||||
@update:model-value="(valueChanged($event) as undefined) && onUpdateTextInput($event)"
|
@update:model-value="(valueChanged($event) as undefined) && onUpdateTextInput($event)"
|
||||||
|
|||||||
Reference in New Issue
Block a user