Skip to content

Commit

Permalink
fix: remove deprecated input from input group - buttonType (SAP#3573)
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
remove deprecated input buttonType from input-group
  • Loading branch information
droshev authored and anton committed Nov 16, 2020
1 parent 0eb220c commit 50760b4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions libs/core/src/lib/input-group/input-group.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 50760b4

Please sign in to comment.