We are using it inside a directive called DatePicker inside another directive called FormView. Could this be the problem? Because if we are using only the directive DatePicker, we do not get the problem, but when it is being used inside the other directive, then we are getting this bug.
Thank you in advance
0
Stefan
Telerik team
answered on 16 Oct 2017, 12:21 PM
Hello, Salim,
Indeed, the issue could be caused by the custom directive.
I made an example where the DatePicker is inside a custom directive and it is still working as expected.