Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Select doesn't seem to work#11902

KevinBurton started this conversation inGeneral
Discussion options

I have tried

    <MudSelect @bind-Value="stringValue" Label="Select forecast city" HelperText="String" Placeholder="Please Select" AdornmentIcon="@Icons.Material.Filled.Air" AdornmentColor="Color.Primary">        <MudSelectItem Value="@("Seattle")">Seattle</MudSelectItem>        <MudSelectItem Value="@("New York")">New York</MudSelectItem>        <MudSelectItem Value="@("London")">London</MudSelectItem>        <MudSelectItem Value="@("Paris")">Paris</MudSelectItem>    </MudSelect>

But I am not able to get the drop down to appear. What am I missing?

You must be logged in to vote

Replies: 1 comment

Comment options

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 />
You must be logged in to vote
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
General
Labels
None yet
2 participants
@KevinBurton@digitaldirk

[8]ページ先頭

©2009-2025 Movatter.jp