Force jQuery UI Datepicker to display below input field

后端 未结 4 1069
北恋
北恋 2021-02-15 23:15

I have a page which contains a form and few fields. My issues are as follow:

  1. I am trying to force jQuery UI datepicker to display below the input field.
4条回答
  •  Happy的楠姐
    2021-02-15 23:58

    add

           ui-datepicker{
              margin-top: 0px;
              }
    

    I have added this code to your fiddle and have tested it. hope this will help. have updated your fiddle

提交回复
热议问题