How do you disable the datepicker in Microsoft Edge?

后端 未结 4 1667
走了就别回头了
走了就别回头了 2021-02-08 02:19

I have several inputs with type=\"date\" and want to disable the default date picker in Microsoft Edge since I\'m using jQuery\'s datepicker. How do I disable this using CSS or

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-08 03:20

    if your is iranian please visit this page

    and change the type to text

    
    

    and in jQuery

    $("#datepicker").kamaDatepicker('BirthDate-ID');
    

提交回复
热议问题