Skip to content

Commit

Permalink
fix: remove deprecated input isDropdown from popover (#3570)
Browse files Browse the repository at this point in the history
  • Loading branch information
droshev authored Oct 7, 2020
1 parent b96160f commit 9b4ad00
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions libs/core/src/lib/popover/popover.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ export class PopoverComponent {
@HostBinding('class.fd-popover-custom--disabled')
disabled = false;

/** @deprecated
* Left for backward compatibility. It's going to be removed on 0.20.0
*/
@Input()
isDropdown = false;

/** The element to which the popover should be appended. */
@Input()
appendTo: HTMLElement | 'body';
Expand Down

0 comments on commit 9b4ad00

Please sign in to comment.