This is a migrated thread and some comments may be shown as answers.

Kendo DateTimePicker hover cutoff

1 Answer 138 Views
Date/Time Pickers
This is a migrated thread and some comments may be shown as answers.
Danny
Top achievements
Rank 1
Danny asked on 21 Aug 2018, 09:10 PM

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.

1 Answer, 1 is accepted

Sort by
0
Danny
Top achievements
Rank 1
answered on 22 Aug 2018, 11:42 AM
Never mind, in css input was set max-width: 80%;
Tags
Date/Time Pickers
Asked by
Danny
Top achievements
Rank 1
Answers by
Danny
Top achievements
Rank 1
Share this question
or