Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.5k
Select doesn't seem to work#11902
KevinBurton started this conversation inGeneral
-
I have tried
But I am not able to get the drop down to appear. What am I missing? |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment
-
Maybe you do not have the need components in your MainLayout.razor: https://www.mudblazor.com/getting-started/installation#manual-install-add-components @* Required*@<MudThemeProvider /><MudPopoverProvider />@* Needed for dialogs*@<MudDialogProvider />@* Needed for snackbars*@<MudSnackbarProvider /> |
BetaWas this translation helpful?Give feedback.
All reactions
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment