Skip to content

feat(Modal/Dialog): Add option to not close previous modal if user open next one #3518

@anna777x

Description

@anna777x

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

How it works now:

  1. user clicks on button which open first modal dialog
  2. user do some action inside first modal dialog
  3. next system shows new 'error' modal to user and hides first modal at same time
  4. user clicks 'OK' on error modal and after that first modal is showed again

so I need first modal is showed all time until user don't close it by himself

Describe the solution you'd like

I suggest to make it as parameter -> to hide previous dialogs/modals or not.
because now looks like new modal close first dialog and it can to fear user.

Additional context

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions