styling multi filters
This commit is contained in:
parent
a359d0f9b1
commit
4ef8d42da2
23 changed files with 205 additions and 120 deletions
|
@ -12,14 +12,15 @@
|
|||
{{ label }}
|
||||
</span>
|
||||
</div>
|
||||
<!-- (blur)="displayDropdown = false"-->
|
||||
<input
|
||||
(blur)="displayDropdown = false"
|
||||
(click)="onClickInput()" (focus)="displayDropdown = true"
|
||||
(click)="onClickInput()"
|
||||
(focus)="displayDropdown = true"
|
||||
class="is-hidden" placeholder="{{label}}"
|
||||
type="text">
|
||||
<span [ngClass]="{ 'is-visible' : selectedChoices?.length}"
|
||||
class="selected-items-counter">
|
||||
{{ selectedChoices?.length }}
|
||||
{{ selectedChoices?.length || 0 }}
|
||||
</span>
|
||||
<div class="dropdown-button selector-button">
|
||||
<!-- bouton-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue