diff --git a/projects/components/src/select/select.component.test.ts b/projects/components/src/select/select.component.test.ts index 3213d7986..e962a3f5b 100644 --- a/projects/components/src/select/select.component.test.ts +++ b/projects/components/src/select/select.component.test.ts @@ -346,7 +346,7 @@ describe('Select Component', () => { test('should show clear selected button', fakeAsync(() => { spectator = hostFactory( ` - + `, diff --git a/projects/components/src/select/select.component.ts b/projects/components/src/select/select.component.ts index dd41d9256..9fadab826 100644 --- a/projects/components/src/select/select.component.ts +++ b/projects/components/src/select/select.component.ts @@ -69,9 +69,9 @@ import { SelectSize } from './select-size'; - - + + - + - - + + + @@ -137,7 +137,7 @@ import { SelectSize } from './select-size'; -
+ +
implements ControlValueAccessor, AfterContentIni @Input() public showBorder: boolean = false; + @Input() + public showClearSelected: boolean = false; + @Input() public justify?: SelectJustify;