mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-28 17:23:19 -05:00
added radio button model view component (#1439)
* added radio button model view component
This commit is contained in:
@@ -87,6 +87,7 @@ export default class DropDownComponent extends ComponentBase implements ICompone
|
||||
if (this.value) {
|
||||
this._dropdown.value = this.value;
|
||||
}
|
||||
this._dropdown.enabled = this.enabled;
|
||||
}
|
||||
|
||||
// CSS-bound properties
|
||||
|
||||
Reference in New Issue
Block a user