Matthew Abbott

Results 11 comments of Matthew Abbott

Here is another example that I am experiencing. [Net Fiddle](https://dotnetfiddle.net/bmj95t) Steps to reproduce: 1. Right click on "Test Me" label and view in dev tools. There isnt an aria-describedby attribute...

Would the steps involved be more or less wrapping an if statement around the block where it adds the aria-describedby to the element and removing it in an else? I...

What about something similar to this? I was looking at the cleanup functions, but not sure if something easier can be used. Not sure about how this works if the...

Looks like I can add forceParse:false and it won't clear out the dates before the minDate.

The :visible fix I added *should* resolve this.

So, I got the validation to work restructuring how I setup the validations. Chained some When() calls to handle the different kinds of validation based on a property. I started...

Is there a way to specify a base path for the CSS files with the Pechkin code. I can do it in the HTML but didn't know if it was...

In my ASP.NET webforms project i have css file paths like /Content/mycss.css but still doesn't pick it up even with a base in the html. Am I missing something?

### Ah is it because 7.3.1 required .net 8? I built a quick WASM this way and can duplicate the issue. ``` dotnet new blazorwasm -o BlazorModalApp --framework "net7.0" cd...

Are there plans to make it work for .net 7 or going to be 8.0 minimum moving forward?