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

Change encapsultion level of ToastList in BlazoredToasts.razor.cs to protected. #232

Open
bcheung4589 opened this issue Oct 27, 2023 · 1 comment
Labels
Feature Request Request to add a new feature Triage Issue needs to be triaged

Comments

@bcheung4589
Copy link

Is your feature request related to a problem? Please describe.
I would like to try and see if I can make the Toasts working in Blazor .NET 8. The problem seems to be the rendermodes and restrictions on root components/how it renders. I would like to give a shot and see if I can make it work by simply inheriting BlazoredToasts and implement it in a custom razor component fit for Blazor 8. But for this I need access to List ToastList in BlazoredToasts.razor.cs, which is private.

Describe the solution you'd like
Make ToastList protected so we can make custom BlazoredToasts razor component using the internal ToastList.

Describe alternatives you've considered
None to be honest because the actual alternative is making a whole copy, which I dont think is worth it. If this feature request is denied, Ill just wait.

Additional context
Link to code.

@bcheung4589 bcheung4589 added Feature Request Request to add a new feature Triage Issue needs to be triaged labels Oct 27, 2023
@bcheung4589
Copy link
Author

Any response? Its been 5 days but this issue doesnt seem to be that big of a impact/issue?

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
1 participant