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