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

MudRadioButton and MudCheckbox Not working in Register page #9035

Closed
1 of 2 tasks
devtrix opened this issue May 22, 2024 · 6 comments
Closed
1 of 2 tasks

MudRadioButton and MudCheckbox Not working in Register page #9035

devtrix opened this issue May 22, 2024 · 6 comments

Comments

@devtrix
Copy link

devtrix commented May 22, 2024

Bug type

Component

Component name

RadioButton(Group) & CheckBox

What happened?

Created a Blazor 8 WebApp with Global interactivity using the MudBlazor template. I expected the template to at least modify the Account pages but it didn't. So, I started to replace it with MudBlazor components. The MudRadioButton, MudRadioButtonGroup & MudCheckBox can't be checked. I have added the MudBlazor nuget to the Server side of the project as well with no change.
If I add it to a file in the .Client project, they work just fine. Appreciate your assistance

Expected behavior

Able to check the MudRadioButton & MudCheckBox

Reproduction link

None

Reproduction steps

  1. Create a BlazorApp 8 project with Authentication using the VS 2022 Template
  2. Replace the fields in the pages under the Account with Mud components

...

Relevant log output

No response

Version (bug)

6.19.1

Version (working)

6.19.1

What browsers are you seeing the problem on?

Firefox, Chrome, Edge, Other

On which operating systems are you experiencing the issue?

Windows

Pull Request

  • I would like to do a Pull Request

Code of Conduct

  • I agree to follow this project's Code of Conduct
@Anu6is
Copy link
Contributor

Anu6is commented May 22, 2024

Account pages scaffolded from Microsoft Identity are Static Server-Side Rendered pages. They cannot be used with interactive components.

@devtrix
Copy link
Author

devtrix commented May 22, 2024

MS has made this rendering business screwed up. I am still not 100% clear so I appreciate the patience.

Thanks for your response.

@devtrix devtrix closed this as completed May 22, 2024
@devtrix
Copy link
Author

devtrix commented May 22, 2024

This was just the Radioboxes & checkboxes. The standard Input elements work ok so I wasn't sure. Just making sure that you are saying MudRadio & MudCheckBox will not work in Identity Scaffold pages in the Blazor 8 App with Global interactivity...?

@devtrix devtrix reopened this May 22, 2024
@devtrix
Copy link
Author

devtrix commented May 22, 2024

I just tried Blazorise (Bootstrap5). Works just fine. I really love MB much more and I hope we can resolve this.

@Anu6is
Copy link
Contributor

Anu6is commented May 22, 2024

This was just the Radioboxes & checkboxes. The standard Input elements work ok so I wasn't sure. Just making sure that you are saying MudRadio & MudCheckBox will not work in Identity Scaffold pages in the Blazor 8 App with Global interactivity...?

Any component that executes c# code in order to update the UI will not work. So, yes, this includes the MudCheckBox

@devtrix
Copy link
Author

devtrix commented May 22, 2024

I realized I can recreate them on the client side so no issues here. I didn't know if this was a bug. Thanks for clarifying.

@devtrix devtrix closed this as completed May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants