Make scrolling blocks usable
This commit is contained in:
parent
fc0d64fce7
commit
32704c5561
10 changed files with 185 additions and 99 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue