From 315468b5183823b3fbce18aa4996ee39918a3a4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20=C3=87etin?= <92744169+mehmetcetin01140@users.noreply.github.com> Date: Thu, 23 May 2024 22:17:50 +0300 Subject: [PATCH] revert props --- .../components/autocomplete/autocomplete.ts | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/src/app/components/autocomplete/autocomplete.ts b/src/app/components/autocomplete/autocomplete.ts index 9ff3d3160e0..02e0bb727e7 100755 --- a/src/app/components/autocomplete/autocomplete.ts +++ b/src/app/components/autocomplete/autocomplete.ts @@ -128,8 +128,8 @@ export const AUTOCOMPLETE_VALUE_ACCESSOR: any = { [attr.aria-selected]="true" > - - + + @@ -137,7 +137,7 @@ export const AUTOCOMPLETE_VALUE_ACCESSOR: any = { - + @@ -187,7 +187,6 @@ export const AUTOCOMPLETE_VALUE_ACCESSOR: any = { - + @@ -549,16 +548,6 @@ export class AutoComplete implements AfterViewChecked, AfterContentInit, OnDestr * @group Props */ @Input() overlayOptions: OverlayOptions | undefined; - /** - * Used to pass all properties of the chipProps to the Chip component. - * @group Props - */ - @Input() chipProps: ChipProps - /** - * Used to pass all properties of the ButtonProps to the Button component. - * @group Props - */ - @Input() dropdownButtonProps: ButtonProps; /** * An array of suggestions to display. * @group Props