Bug Notification Duration Progressbar
To Reproduce
Steps to reproduce the behavior:
- Go to Notification Duration progress
- Edit Source and add a second button with NotificationSeverity.Error
<RadzenButton Text="Show notification with duration progress" Click="@(args => ShowNotification(new NotificationMessage { Severity = NotificationSeverity.Error, Summary = "Info Click Summary", Detail = "Click Me", Duration = 4000, ShowProgress = true, CloseOnClick = true, Payload = DateTime.Now }))" />
- Run
- Click on first and second button
- The first progressbar is shown with the second progressbar