mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +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"
|
||||
:type="getStringInputType"
|
||||
:rows="editorRows"
|
||||
:disabled="isReadOnly"
|
||||
:disabled="
|
||||
isReadOnly ||
|
||||
remoteParameterOptionsLoading ||
|
||||
remoteParameterOptionsLoadingIssues !== null
|
||||
"
|
||||
:title="displayTitle"
|
||||
:placeholder="getPlaceholder()"
|
||||
@update:model-value="(valueChanged($event) as undefined) && onUpdateTextInput($event)"
|
||||
|
||||
Reference in New Issue
Block a user