datetimepicker component not in right place

后端 未结 4 2077
旧巷少年郎
旧巷少年郎 2021-01-17 08:54

I want to use datetimepicker from bootstrap so I follow manual installing guides in this site bootstrap-datetimepicker but I\'ve got following error:

4条回答
  •  不要未来只要你来
    2021-01-17 09:35

    I had the same issue and my workaround was add new class for my datetime control and selector for it with position: relative attribute:

    
    
    
    @Html.EditorFor(i => i.StartDate)

    Hope this helps!

提交回复
热议问题