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-left-radius: 0;
|
||||||
border-top-right-radius: 0;
|
border-top-right-radius: 0;
|
||||||
width: 218px;
|
width: 218px;
|
||||||
top: -57px;
|
top: -47px;
|
||||||
left: 0;
|
left: 0;
|
||||||
border-left: 1px solid #8D91A4;
|
border-left: 1px solid #8D91A4;
|
||||||
border-bottom: 1px solid #8D91A4;
|
border-bottom: 1px solid #8D91A4;
|
||||||
|
|
|
@ -13,11 +13,11 @@ export class MultiSelector implements OnInit {
|
||||||
@Input() disabled: boolean = false;
|
@Input() disabled: boolean = false;
|
||||||
@Input() label!: string;
|
@Input() label!: string;
|
||||||
@Input() availableChoices: any = [{
|
@Input() availableChoices: any = [{
|
||||||
label : 'aaaaaa',
|
label: 'aaaaaa',
|
||||||
value: 'AAAAA'
|
value: 'AAAAA'
|
||||||
}];
|
}];
|
||||||
@Input() selectedChoices: any = [ ];
|
@Input() selectedChoices: any = [];
|
||||||
@Input() displayDropdown: boolean = true;
|
@Input() displayDropdown: boolean = false;
|
||||||
|
|
||||||
@Input() store: any;
|
@Input() store: any;
|
||||||
@Input() actionTypes: any;
|
@Input() actionTypes: any;
|
||||||
|
@ -28,7 +28,7 @@ export class MultiSelector implements OnInit {
|
||||||
searchText: string = '';
|
searchText: string = '';
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
}
|
}
|
||||||
|
|
||||||
ngOnInit() {
|
ngOnInit() {
|
||||||
console.log('constructor multi selector', this.label, this.availableChoices, this.selectedChoices);
|
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">
|
<a class="nav-item" href="mailto:support@csc.safrangroup.com">
|
||||||
contact
|
contact
|
||||||
</a>
|
</a>
|
||||||
<a class="nav-item" href="https://www.safran-group.com/mentions-legales">
|
|
||||||
mentions légales
|
|
||||||
</a>
|
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue