Skip to content
New issue

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

[Feature Request] Add static component of a modal #562

Open
thepra opened this issue Feb 25, 2024 · 0 comments
Open

[Feature Request] Add static component of a modal #562

thepra opened this issue Feb 25, 2024 · 0 comments
Labels
Feature Request Request to add a new feature Triage Issue needs to be triaged

Comments

@thepra
Copy link

thepra commented Feb 25, 2024

Is your feature request related to a problem? Please describe.
Sometimes I need the modal rendered in place and opened through method call, for those times when there's too much data to pass around the usual ModalParamenters(like many MBs of data)

Describe the solution you'd like
A component shaped modal, like:
<BlazoredModal OnOpen="<...event...>"><...content...></BlazoredModal>

Describe alternatives you've considered
So far I go with repurposing the current HTML of modals and have the Show triggered differently, this way any heavy content/data can be rendered more efficiently

@thepra thepra added Feature Request Request to add a new feature Triage Issue needs to be triaged labels Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Request to add a new feature Triage Issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

1 participant