refactor(overlays): enableBackdropDismiss => backdropDismiss

This commit is contained in:
Manu Mtz.-Almeida
2018-08-13 09:16:32 +02:00
parent 42ca99d111
commit bd5a4a0294
24 changed files with 156 additions and 157 deletions

View File

@ -76,7 +76,7 @@ export class Picker implements OverlayInterface {
/**
* If true, the picker will be dismissed when the backdrop is clicked. Defaults to `true`.
*/
@Prop() enableBackdropDismiss = true;
@Prop() backdropDismiss = true;
/**
* If true, the picker will animate. Defaults to `true`.
@ -270,7 +270,7 @@ export class Picker implements OverlayInterface {
return [
<ion-backdrop
visible={this.showBackdrop}
tappable={this.enableBackdropDismiss}
tappable={this.backdropDismiss}
/>,
<div class="picker-wrapper" role="dialog">