From 749a08039781d97cf6f07983fd7e5b9e07141987 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Sat, 25 May 2019 21:19:31 +0100 Subject: [PATCH] Fix typedInput option selection Fixes #2174 --- .../@node-red/editor-client/src/js/ui/common/typedInput.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/node_modules/@node-red/editor-client/src/js/ui/common/typedInput.js b/packages/node_modules/@node-red/editor-client/src/js/ui/common/typedInput.js index 83126f011..42c8ffc53 100644 --- a/packages/node_modules/@node-red/editor-client/src/js/ui/common/typedInput.js +++ b/packages/node_modules/@node-red/editor-client/src/js/ui/common/typedInput.js @@ -573,6 +573,7 @@ if (!selectedOption) { selectedOption = {value:""} } + this.input.val(value); this._updateOptionSelectLabel(selectedOption) } else { this.input.val(value);