1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Fix typedInput option selection

Fixes #2174
This commit is contained in:
Nick O'Leary 2019-05-25 21:19:31 +01:00
parent b105a12505
commit 749a080397
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -573,6 +573,7 @@
if (!selectedOption) {
selectedOption = {value:""}
}
this.input.val(value);
this._updateOptionSelectLabel(selectedOption)
} else {
this.input.val(value);