blazor-components icon indicating copy to clipboard operation
blazor-components copied to clipboard

Components collection and extensions for Blazor applications.

Results 23 blazor-components issues
Sort by recently updated
recently updated
newest added

Remove net5.0 target and replace with net6.0 target.

Hi, Is there a possibility to add an EventCallback OnMarkerClicked? With this, it would be possible to draw the GoogleMapInfoWindow after creating the marker only by the click, which would...

Prerequisite: Have some item selected on TypeaheadInput. When clicking on TypeaheadInput to focus it, TypeaheadInput leaves current item selected and places cursor at the end of item label. Is there...

enhancement
question

While everything works fine locally using both Debug and Release configuration, after using published app error `InvalidOperationException: No JavaScript runtime found.` appeares. I am using .NET 6 and Typeahead component....

Hello, I would like to create a circle around coordinates to display the bounds of geofencing. How would I go about that? Also looking for Poly Line eventually.

enhancement

Regarding this, the API also offers restrictions on the map bounds, so you can limit the map to a certain country for example. This is documented [here](https://developers.google.com/maps/documentation/javascript/examples/control-bounds-restriction). I think this...

enhancement
question

Maybe I am doing something wrong, but my search results look like this: ![image](https://user-images.githubusercontent.com/7722670/143794782-7236ad9b-f691-4448-938b-2cf16ed78853.png) ``` @context.Name ``` Using V 1.50 with Visual Studio 2021 .NET 6.0 and Bootstrap 5 The...

question

OnSelectedItemChanged get's triggered twice when clicking an item with the mouse or using the Enter button: ``` @context.Name ... private void OnAddItem(Item item) { Model.AddItemToActiveStash(item); } ```

bug

Hi, I noticed when I add around 10+ collapse panels to the Accordion component it starts to lag the UI. Is there any workaround for this issue? I noticed playing...

question