Hi,
I'm using kendo datepicker in our application and I was thinking to remove the input field and makingthe calendar icon only visible. I did try some css but wasn't able to achieve the require result. Is it possible to show only the icon and if so can we change the icons as required?
Here is datepicker html
<
input
kendo-date-picker
ng-model
=
"vm.dateModel"
k-format
=
"'MM/dd/yyyy'"
/>
Thanks