Skip to content

Commit

Permalink
fix(picker): include showBackdrop in interface (#20301)
Browse files Browse the repository at this point in the history
fixes #18893
  • Loading branch information
brandyscarney committed Jan 27, 2020
1 parent 767b005 commit 33186ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/components/picker/picker-interface.ts
Expand Up @@ -4,6 +4,7 @@ export interface PickerOptions {
columns: PickerColumn[];
buttons?: PickerButton[];
cssClass?: string | string[];
showBackdrop?: boolean;
backdropDismiss?: boolean;
animated?: boolean;

Expand Down

0 comments on commit 33186ba

Please sign in to comment.