Make scrolling blocks usable

This commit is contained in:
Andras Schmelczer 2019-09-15 21:32:38 +02:00
parent fc0d64fce7
commit 32704c5561
10 changed files with 185 additions and 99 deletions

View file

@ -13,6 +13,7 @@ export class SelectAddComponent {
@Input() alwaysDropShadow = false;
@Input() onlyShadowBorder = false;
@Input() editable = false;
@Input() disabled = false;
@Input() set default(value: string) {
this.selected = value;