mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(prop): update to mutable option
This commit is contained in:
@@ -38,7 +38,7 @@ export class Alert {
|
||||
@Prop() subTitle: string;
|
||||
@Prop() message: string;
|
||||
@Prop() buttons: AlertButton[] = [];
|
||||
@Prop({state: true}) inputs: AlertInput[] = [];
|
||||
@Prop({ mutable: true}) inputs: AlertInput[] = [];
|
||||
@Prop() enableBackdropDismiss: boolean = true;
|
||||
|
||||
@Prop() enterAnimation: AnimationBuilder;
|
||||
|
||||
Reference in New Issue
Block a user