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

View File

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