byte2702
byte2702
I would also love to have a TimePicker. The example: does not work for me. I only see a calendar, not a single time picker. I do not see a...
P.S. As far as I'm aware, MatBlazor is using Material Design for most (if not all) of their components, and Material Design offers a TimePicker: https://material.io/components/time-pickers. Edit: I have to...
We experienced this issue today, too. Providing a simple BlazorFiddle to reproduce this issue is not possible, we would have to provide the whole Blazor WASM project then because the...
Update: I just noticed that all MatTab components have tabindex="0" when rendered in a for or foreach loop, the tabindex is not incremented. I would think now that someone had...
Hello, we experience exaclty the same issue: - Visual Studio Enterprise 2019: 2019 16.8.6 - This extension: 3.2.499 Edit/Remarks: We only bundle and minify SCSS -> CSS -> MIN.CSS. That...
Same for us. If there is no update soon, we consider to switch to another bundler & minifier. For now we are doing it via manual process with https://www.cssportal.com/scss-to-css/ and...
I had already worked with Laravel Mix in my former company to bundle and minify JS and SCSS/CSS. The problem is that you need the Node.js then which is not...
Meanwhile I would guess that it might have to do with Microsoft's switch to .NET Core and .NET Standard why this NuGet package is not updated yet. Ironically, the following...
Please keep the issue open because I could not get it running. And we had BuildBundlerMinifier installed as a NuGet package. Unless it is solved for wimbaens now, too. Then...
Update: I see right now, that a PR was made for .NET 5.0 Support today. We were already using .NET 5.0. Maybe that was the reason: https://github.com/madskristensen/BundlerMinifier/pull/550#pullrequestreview-627853334