1
0
mirror of https://github.com/node-red/node-red.git synced 2025-03-01 10:36:34 +00:00

Fix typedInput option selection

Fixes 
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

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