Modal icon indicating copy to clipboard operation
Modal copied to clipboard

A powerful and customizable modal implementation for Blazor applications.

Results 65 Modal issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** In Blazor Server, where there might be some milliseconds before the response makes it way back to the client, I've...

Feature Request
Triage

Allow access to specific modal instance inside modal, so that you can close the first modal opened while still keeping the second modal opened. First modal opened First modal opens...

Feature Request
Triage

**Describe the bug** SetTitle(string title) not work **To Reproduce** Steps to reproduce the behavior: protected override void OnInitialized() => BlazoredModal.SetTitle("Enter a Message"); ,but the title is empty **Expected behavior** the...

Bug
Needs: More Information

**Describe the bug** I just installed the package 7.3.1 in a .net 7.0 blazor webassembly, and the namespace Blazored.Modal can not be found. dowgraded to 7.2.0 and it works. the...

Bug
Needs: More Information

I have found a problem with raising nested modals on a page, specifically where the title of the "parent" modal has been set with `SetTitle()`. You can reproduce the problem...

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies
javascript

In https://github.com/Blazored/Modal/pull/556, display grid was used to position a modal in the middle. If you have a modal with Position Middle and Size Large or ExtraLarge, the width of the...

Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Changelog Sourced from...

dependencies
javascript

**Modal not being read by screen reader** I was testing my page for accessibility and 508 compliance and I noticed using NVDA screen reader ( I don't have JAWS) that...

Bug
Triage

Fix for the following [issue](https://github.com/Blazored/Modal/issues/565). Essentially, set title stopped working because the title is used as part of the child content for the FocusTrap component, where the FocusTrap is set...