We can't really figure out what is causing this, but all of a sudden, all our TimePickers' popup's got wrong width-formatting (exceptionally small - see picture). Have anyone experienced anything similar or have a proposal to a fix? Is there a way to override this property?
Our code should be straightforward (excepts it is a rather large solution, and everything can change the behavior).
Html:
Js:
Our code should be straightforward (excepts it is a rather large solution, and everything can change the behavior).
Html:
<
td
class
=
"col-xs-3"
>
<
input
name
=
"startTime"
id
=
"startTime"
data-val-required
=
""
/>
</
td
>
Js:
_startTime = $(
"#startTime"
).kendoTimePicker({
format:
"HH:mm"
,
change: changePeriodTypeOptions
}).data(
"kendoTimePicker"
);