mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-14 12:08:36 -05:00
Fixed issue: input change on dropdownbox not reflected to 'dropdownbox.… (#4316)
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user