Hi there,
Not sure why when hovering over the datetime picker it cuts-off the datetime textbox.
Here's the razor code:
<div
class
=
"col-md-4"
>
@(Html.Kendo().DateTimePicker().Name(
"EntryDate3"
).Value(
"2018-05-31"
).HtmlAttributes(
new
{ type =
"text"
}))
</div>
See attached screenshot of the textbox when hovered over.
Anybody can point out what I did wrong?
Thanks.