Fixed issue: input change on dropdownbox not reflected to 'dropdownbox.… (#4316)

This commit is contained in:
Gene Lee
2019-03-07 13:35:10 -08:00
committed by GitHub
parent 9e1f04e476
commit 029c69ecd3
2 changed files with 6 additions and 0 deletions

View File

@@ -112,6 +112,7 @@ export default class DropDownComponent extends ComponentBase implements ICompone
this._editableDropdown.value = this.getSelectedValue();
}
this._editableDropdown.enabled = this.enabled;
this._editableDropdown.fireOnTextChange = properties['fireOnTextChange'];
} else {
this._selectBox.setOptions(this.getValues());
this._selectBox.selectWithOptionName(this.getSelectedValue());