mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
fix(modal): add expandToScroll property to ModalOptions (#30357)
Issue number: resolves #30356 --------- <!-- Please do not submit updates to dependencies unless it fixes an issue. --> <!-- Please try to limit your pull request to one type (bugfix, feature, etc). Submit multiple pull requests if needed. --> ## What is the current behavior? Cannot use expandToScroll property in ModalController.create ## What is the new behavior? ExpandToScroll can be added without syntax problems ## Does this introduce a breaking change? - [ ] Yes - [x] No
This commit is contained in:
@ -25,6 +25,7 @@ export interface ModalOptions<T extends ComponentRef = ComponentRef> {
|
|||||||
backdropBreakpoint?: number;
|
backdropBreakpoint?: number;
|
||||||
handle?: boolean;
|
handle?: boolean;
|
||||||
handleBehavior?: ModalHandleBehavior;
|
handleBehavior?: ModalHandleBehavior;
|
||||||
|
expandToScroll?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ModalAnimationOptions {
|
export interface ModalAnimationOptions {
|
||||||
|
|||||||
Reference in New Issue
Block a user