BlazorStrap
BlazorStrap copied to clipboard
Bootstrap 4 Components for Blazor Framework
## New Installs * Include Core Package https://www.nuget.org/packages/BlazorStrap/5.1.10 * Include one of the components packages For Bootstrap 4 https://www.nuget.org/packages/BlazorStrap.V4/5.1.100 For Bootstrap 5 https://www.nuget.org/packages/BlazorStrap.V5/5.1.100 ### _Imports.razor For Bootstrap 4 @using BlazorStrap.V4...
BSToolTip freezes the UI after it shows a tool tip. This stops the buttons from firing click events. This was the setup I had when I ran into this bug....
I noticed that BSInput set to InputType.Date has got a different height than the others input types on Safari (tested with version 15.5 on macOS 12.4), here's a screenshot: The...
EditContext.OnFieldChanged is called when focus changes, but not when the inputs are toggled. This is problematic for an EditForm which relies on this callback to be informed when anything changes...
Hi, I get this error in the Browser console at runtime Could not load content for https://###.com/_content/BlazorStrap/popper.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE I have the below in my index.html...
I'm using version 1.5.1 BSDropdown does not close/hide BSDropdownMenu in some cases when clicking outside. Consistently can be reproduced with following steps: 1. Dropdown items should have label>input[type=checkbox] for items...
As a Blazor noob, I had a helluva time figuring out: A) that the Bootstrap CSS was not statically integrated by installing the BlazorStrap NuGet package, B) that I had...
`BSModal` class has this `HiddenEvent` property, which supposedly fires when the hiding animation is over. But I just noticed that this event is never triggered, and a quick search in...
Feel like getting involved? Key Area to start with are: * Documentation * Performance * Unit Testing Desired Features: * Toast Service Issues: #420
By setting this in the MainLayout, the theme is updated after the page is rendered. So for a half second, the user sees unformatted content, including the top menu before...