I can't get the 'required' attribute to work on selectboxes and radio buttons in Kendo UI custom templates.
I have a Kendo Scheduler. I then have a custom template that contains the form for adding/editing items. In that form are a group of radio buttons that by default are all unchecked. Also a selectbox that is unselected by default.
Using required="required" has no effect on either.
How do I restore this basic html5 functionality within the kendo custom template?
I have a Kendo Scheduler. I then have a custom template that contains the form for adding/editing items. In that form are a group of radio buttons that by default are all unchecked. Also a selectbox that is unselected by default.
Using required="required" has no effect on either.
How do I restore this basic html5 functionality within the kendo custom template?