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 two problems with ConfirmDialog component and Angular 2.0.1.
Firstly, 'rejectIcon' attribute doesn't seem to set icon while 'acceptIcon' is working properly.
Second and more problematic is when I try to use 'confirmationService.confirm' method several times in a row passing different 'message' attributes. It looks like only the first one is set in the dialog, and next calls are still showing the same message.
And one question, could it be possible to not fix the default width od the dialog (if not set manualy using the 'width' attribute)? In such case text areas shoud be set to css no-wrap and in result dialog width will follow text width.
The text was updated successfully, but these errors were encountered:
I have two problems with ConfirmDialog component and Angular 2.0.1.
Firstly, 'rejectIcon' attribute doesn't seem to set icon while 'acceptIcon' is working properly.
Second and more problematic is when I try to use 'confirmationService.confirm' method several times in a row passing different 'message' attributes. It looks like only the first one is set in the dialog, and next calls are still showing the same message.
And one question, could it be possible to not fix the default width od the dialog (if not set manualy using the 'width' attribute)? In such case text areas shoud be set to css no-wrap and in result dialog width will follow text width.
The text was updated successfully, but these errors were encountered: