-
I have a handler for "OnMarkerClick" on the ApexChart component that calls an Action:
```
private void MarkerClick(SelectedData data)
{
if (MarkerClicked != null)
{
…
-
### Feature request type
New component
### Component name
LumexTabBar
### What should be done?
https://nextui.pro/components/application/navigation-headers#component-navigation-header-with-tabs
…
-
When I use the default Toolbelt.Blazor.PWA.Updater it works in Azure but When I implement the service Toolbelt.Blazor.PWA.Updater.Service it does not show (neither in test nor production)
-
Hello folks! Long time no see!
So, we've gathered Today a few PRs that would unblock some use cases and will make a release of the Canvas package updating it to Blazor stable version pre-.Net 5. Th…
-
Hi all,
I'm considering building a razor parsing/execution alternative to RazorEngine that is .net 8.0 only.
What is the correct Nuget package from Microsoft that parses/compiles/runs razor code?
I…
-
Right now an IRenderedFragment/IRenderedComponent allows users to search for any child complements. However as https://github.com/telerik/blazor-ui/pull/259#issuecomment-1678477209 suggests, it can be…
egil updated
8 months ago
-
List of Xamarin.Forms elements that are available in Experimental Forms binding for Blazor.
Note: Some elements have been wrapped, but not all of their properties have been implemented.
* [ ] Bi…
Eilon updated
2 years ago
-
Hello,
We have a mature Silverlight application running in production (_OpenSilver 2.1_ and .NET 8). The application broadly runs perfectly for hundreds of users but we get regular intermittent re…
-
## Summary
In the current `InputBase` design, the binding to underlying `input` element is implemented by synchronous setter (`CurrentValue_set`). The asynchronous `ValueChanged` callback is called…
-
Howdy! Thanks for working on this project; its been very helpful.
I've run into an issue where I would like the segment to read from a value to determine its initial state (like what is usually don…