Replies: 5 comments 3 replies
-
For now let's have post them in this thread 👍 |
Beta Was this translation helpful? Give feedback.
-
Also be sure to use the |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Seems that the DropdownItem OnClick event is not fired: <Dropdown>
<Label>Dropdown button</Label>
<ChildContent>
<DropdownItem OnClick="@(() => Console.WriteLine("Dashboard clicked (DOESNT WORK)"))">Dashboard</DropdownItem>
<DropdownItem OnClick="@(() => Console.WriteLine("Settings clicked (DOESNT WORK)"))">Settings</DropdownItem>
<DropdownItem OnClick="@(() => Console.WriteLine("Earnings clicked (DOESNT WORK)"))">Earnings</DropdownItem>
<DropdownItem OnClick="@(() => Console.WriteLine("Sign out clicked (DOESNT WORK)"))">Sign out</DropdownItem>
</ChildContent>
</Dropdown>
<Button OnClick="@(() => Console.WriteLine("Button clicked (WORKS)"))">Button</Button> I'm using the latest NuGet package. By the way, thanks for your work. It's an awesome library. |
Beta Was this translation helpful? Give feedback.
-
All issues identified in this dicsussion have been addressed in v0.0.10-alpha |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
If we find little things that probably need attention, or are errors, where would you like us to post them?
Beta Was this translation helpful? Give feedback.
All reactions