This is my code
dynamic id is getting generated for input tag but in the for attribute of label tag it says [Object object]
any help would be appreciated, thank you.
This is my code
dynamic id is getting generated for input tag but in the for attribute of label tag it says [Object object]
any help would be appreciated, thank you.
On
The Kendo UI for Angular library has dedicated Label and FloatingLabel components designed to associate a label with a complex component in which the actual focusable element is nested in the component rendering:
https://www.telerik.com/kendo-angular-ui-develop/components/labels/label/association/
When I checked the template variable, I found
focusableIdproperty which contains the input id. This can be set insideforattribute solves your issue.When you click on the label the datepicker will get focussed!
stackblitz