diff --git a/libs/core/src/lib/input-group/input-group.component.ts b/libs/core/src/lib/input-group/input-group.component.ts index 0567fa2215b..55341d75574 100644 --- a/libs/core/src/lib/input-group/input-group.component.ts +++ b/libs/core/src/lib/input-group/input-group.component.ts @@ -80,12 +80,6 @@ export class InputGroupComponent implements ControlValueAccessor { @Input() buttonFocusable = true; - /** - * @deprecated, leaving for backwards compatibility, it will be removed in `0.17.0`. - */ - @Input() - buttonType: ButtonType; - /** The type of the input, used in Input Group. By default value is set to 'text' */ @Input() type = 'text';