Matthew Abbott

Results 6 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...