[develop | DONE | CHANGED ] AdvancedSearchInputComponent: show the arrow down in all select inputs
This commit is contained in:
parent
f26c9e8f48
commit
6a781dd478
|
@ -70,7 +70,6 @@ export class AdvancedSearchInputComponent implements AfterContentInit, OnDestroy
|
|||
init() {
|
||||
this.inputs.forEach(input => {
|
||||
input.inputClass = 'advanced-search';
|
||||
input.selectArrow = null;
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue