Skip to content

Commit 8dd566b

Browse files
authored
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
1 parent 44efdb0 commit 8dd566b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/components/modal/modal-interface.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export interface ModalOptions<T extends ComponentRef = ComponentRef> {
2525
backdropBreakpoint?: number;
2626
handle?: boolean;
2727
handleBehavior?: ModalHandleBehavior;
28+
expandToScroll?: boolean;
2829
}
2930

3031
export interface ModalAnimationOptions {

0 commit comments

Comments
 (0)