added radio button model view component (#1439)

* added radio button model view component
This commit is contained in:
Leila Lali
2018-05-21 11:45:27 -07:00
committed by GitHub
parent 5de002e5c1
commit ba264d8311
12 changed files with 389 additions and 36 deletions

View File

@@ -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