Anu6is

Results 63 comments of Anu6is

Shrink is applied based on the field having either some content or an adornment. An easy workaround would be adding an empty `MudText` component e.g. ``

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

> 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...

> Having the same problem. I have a regex for ip addresses and no input is allowed. @KellyHarrisonLN There is IPV4 and IPV6 included in the core masking. If they...

@bnoffer @hamedahmad Regex needs to be progressive, as stated in the [docs](https://mudblazor.com/features/masking#regexmask). > The problem is that the Regex needs to match all incomplete versions of the input value which...

You don't utilise the MyMudProviders component. It's supposed to be added to your main layout. The MudPopoverProvider is required for the popups to work

You also need to set the rendermode for the providers ``` ``` Also set the rendermode on the `MudThemeProvider` and remove the `MyMudProviders` from the `Weather` and `Counter` pages >...

This is only required if interactivity is not globally set. You may want to specify that in the alert.

I like the idea of the alert on the component, even if instructions are included in the installation guide. However, if that's being done it would probably be needed on...

@ScarletKuro There is a unit test included. Do you think it needs something more?