ModelessDialog Class
Deprecated in 4.15.0. Use [[iTwinUI Dialog]] instead.
Modeless Dialog React component uses the Dialog component with a modal={false} prop. It controls the z-index to keep the focused dialog above others.
Extends
- React.Component<ModelessDialogProps>
Methods
| Name | Description | |
|---|---|---|
| constructor(props: ModelessDialogProps): ModelessDialog | ||
| render(): React.ReactElement<any, string | React.JSXElementConstructor<any>> | 
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.