I gave a checkbox the required=required attribute. When IsValid runs after clicking save, it crashes on line 266. Stepping through in Visual Studio didn't give me an error, the execution just stops. Stepping through in Chrome debugger identifies (elem).val().trim() === "" as the problem, with an error something like trim() not be valid on the type.
I gave a checkbox the required=required attribute. When IsValid runs after clicking save, it crashes on line 266. Stepping through in Visual Studio didn't give me an error, the execution just stops. Stepping through in Chrome debugger identifies (elem).val().trim() === "" as the problem, with an error something like trim() not be valid on the type.