LoreSoft.Blazor.Controls icon indicating copy to clipboard operation
LoreSoft.Blazor.Controls copied to clipboard

Blazor Controls

Results 36 LoreSoft.Blazor.Controls issues
Sort by recently updated
recently updated
newest added

The controls are really useful and are very neat and clean , But i need to have a feature with Typeahead control which seems missing from the initial experience Is...

Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.1.0 to 1.1.1. Release notes Sourced from Microsoft.SourceLink.GitHub's releases. 1.1.1 Notable Changes Feature: GitWeb Source Link provider by @​Glen-Nicol-Garmin in dotnet/sourcelink#505 Use submodule.name.url to determine the URL...

dependencies

I don't need the date on top line, it's already on bottom! Thanks! ![datePicker](https://user-images.githubusercontent.com/4426493/130459701-57073250-7555-42d6-8319-42e85bdeb8dd.jpg)

The DataGrid does not update when setting the Data Parameter. ![bug](https://user-images.githubusercontent.com/10981553/128723843-717c29ba-ecea-470c-b78a-1178597d4db4.gif) Quite important since sometimes you want to add / remove items based on the new list. @pwelter34 ### This...

I have page with following ``` protected override async Task OnInitializedAsync() { accessPoints = await GetAccessPoints(); SelectedAccessPoints = accessPoints.ToList(); visits = await GetVisitsByAccessPoints(SelectedAccessPoints); } ``` accessPoints is data for my...

in Blazor Typeahead Control Multiple, a) A parameter to leave the list expanded to be able to select several items without close. b) Some option to select and unselect all...

enhancement
help wanted

Great control thankyou. Is it possible to control the padding inside the control so that if the font size is reduced the control height also reduces please. The attached show...

Hi when use typeahead . and move mouse or press any key data rewrite and very slow to show data this section repeat when pressed and key or move mouse!!!!...

enhancement

Would it be possible to have the TypeAhead act like a combobox, so that if an item isn't in the list, it can be used as a new entry? Perhaps...

enhancement
help wanted

This PR makes it possible that you can open the search box programmatically. For example, I added shortcuts to my web app, and when user presses Alt + E I...