Completed
Last Updated: 07 Nov 2023 08:46 by ADMIN
Charles
Created on: 07 Jul 2023 20:22
Category: Form
Type: Bug Report
1
Required Attribute Ignored for Boolean Property In Form

Bug report

Using a UI for ASP.NET MVC/Core Form, if a boolean property is defined as required with the [Required] attribute, and the Hint() option is not defined, the Form does not validate the checkbox.

Reproduction of the problem

Please visit the following Live demo, and submit the form.

Current behavior

The form will submit without validating the checkbox.

Expected/desired behavior

The Required attribute should be evaluated for validation.

Environment

  • Kendo UI version: 2023.2.606
  • jQuery version: All Supported Versions
  • Browser: all
0 comments