We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.4.1
Bootstrap5
await NotificationService.Error("Test!", "Error", o => { o.IntervalBeforeClose = TimeSpan.FromSeconds(15).TotalMilliseconds; });
Run above code
Notification should stay visible for 15 seconds
Notification stays visible for ~5 seconds
Microsoft Edge
No response
The text was updated successfully, but these errors were encountered:
David-Moreira
Successfully merging a pull request may close this issue.
Blazorise Version
1.4.1
What Blazorise provider are you running on?
Bootstrap5
Link to minimal reproduction, or a simple code snippet
Steps to reproduce
Run above code
What is expected?
Notification should stay visible for 15 seconds
What is actually happening?
Notification stays visible for ~5 seconds
What browsers are you seeing the problem on?
Microsoft Edge
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: