Completed
Last Updated: 16 Jan 2015 10:51 by ADMIN
John
Created on: 15 Jan 2015 18:28
Category: Kendo UI for jQuery
Type: Feature Request
1
change attribute in label tag from "<label datepicker="start">Show ..." to "<label for="datepicker">Show ..."
in
http://demos.telerik.com/kendo-ui/datepicker/index
which is the

DATEPICKER
demo

change attribute in label tag from 

"<label datepicker="start">Show ..." 

to 

"<label for="datepicker">Show ..." 

Reason:

I don't know what the datepicker="start" attribute is for the
<label> tag and I think it is an error
and should be
for="datepicker"
which is a valid attribute for the <label> tag
and makes the cursor move to the datepicker input widgit if the label is clicked.


1 comment
ADMIN
Telerik Admin
Posted on: 16 Jan 2015 10:51
Thanks for the report, you are indeed right. This was most likely a leftover from a previous update of the example.

We updated the demo internally and online, you should be able to see the modification on live.