multi select style, remove mention legales link
This commit is contained in:
parent
2303c9d612
commit
6380dcc647
3 changed files with 5 additions and 8 deletions
|
@ -106,7 +106,7 @@
|
|||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
width: 218px;
|
||||
top: -57px;
|
||||
top: -47px;
|
||||
left: 0;
|
||||
border-left: 1px solid #8D91A4;
|
||||
border-bottom: 1px solid #8D91A4;
|
||||
|
|
|
@ -13,11 +13,11 @@ export class MultiSelector implements OnInit {
|
|||
@Input() disabled: boolean = false;
|
||||
@Input() label!: string;
|
||||
@Input() availableChoices: any = [{
|
||||
label : 'aaaaaa',
|
||||
label: 'aaaaaa',
|
||||
value: 'AAAAA'
|
||||
}];
|
||||
@Input() selectedChoices: any = [ ];
|
||||
@Input() displayDropdown: boolean = true;
|
||||
@Input() selectedChoices: any = [];
|
||||
@Input() displayDropdown: boolean = false;
|
||||
|
||||
@Input() store: any;
|
||||
@Input() actionTypes: any;
|
||||
|
@ -28,7 +28,7 @@ export class MultiSelector implements OnInit {
|
|||
searchText: string = '';
|
||||
|
||||
constructor() {
|
||||
}
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
console.log('constructor multi selector', this.label, this.availableChoices, this.selectedChoices);
|
||||
|
|
|
@ -8,9 +8,6 @@
|
|||
<a class="nav-item" href="mailto:support@csc.safrangroup.com">
|
||||
contact
|
||||
</a>
|
||||
<a class="nav-item" href="https://www.safran-group.com/mentions-legales">
|
||||
mentions légales
|
||||
</a>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue