Feature/model view list (#1551)

* fixed the issue with drop down styling

* added list box to model view library
This commit is contained in:
Leila Lali
2018-06-08 13:51:02 -07:00
committed by GitHub
parent 0ae9b36d93
commit 02af7e9299
7 changed files with 206 additions and 3 deletions

View File

@@ -69,6 +69,7 @@ export enum ModelComponentTypes {
Card,
InputBox,
DropDown,
ListBox,
Button,
CheckBox,
RadioButton,