sheed dialog #10301
-
Hi, I wonder if the sheet dialog will be converted to normal dialog on desktop or only responsive. We are using sheet dialog heavily when we want to display an intermediate step for selecting something from the grid or multiple tabs before, for example, navigating to the new record creation screen. Will this component be gone as it is now? If yes, can I know the motivation? Because, personally, I find it very useful for such a large data display that cannot fit normally into a dialog. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I'm not sure about your question. Why do you think it's going away? We recently introduced |
Beta Was this translation helpful? Give feedback.
I'm not sure about your question. Why do you think it's going away? We recently introduced
TuiResponsiveDialog
service that opens regular dialogs on desktop or sheet dialog on mobile. As far as switching them up dynamically based on resolution — that's not in the plans as those are 2 very different components, but both are staying for good. In v5 we plan to refactor dialogs a bit to make it easier to create custom dialogs, but that's it. Also latest release introduced non-modalBottomSheet
, you can check it out here:https://taiga-ui.dev/components/bottom-sheet/