You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not leaked any internal company information.
I have not posted internal links or code snippets.
What happened?
When closing a Modal Dialog using IxActiveModal.close(reason) method, a dismiss event is fired additionally.
This leads into unexpected behavior as the dismiss event is also subscribed.
The stackblitz example shows, that closing a modal dialog (by x, cancel, ok) leads into 2 events, where the second event is always 'dismiss'.
What type of frontend frameware are you seeing the problem on?
Angular
Which version of iX do you use?
v2.1.0
Code to produce this issue.
https://stackblitz.com/edit/k5zpnl-dgfcmz
The text was updated successfully, but these errors were encountered:
Prerequisites
What happened?
When closing a Modal Dialog using IxActiveModal.close(reason) method, a dismiss event is fired additionally.
This leads into unexpected behavior as the dismiss event is also subscribed.
The stackblitz example shows, that closing a modal dialog (by x, cancel, ok) leads into 2 events, where the second event is always 'dismiss'.
What type of frontend frameware are you seeing the problem on?
Angular
Which version of iX do you use?
v2.1.0
Code to produce this issue.
The text was updated successfully, but these errors were encountered: