Author Topic: Filter date issue on IE11  (Read 2079 times)

JUNZHONG

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 16
    • View Profile
Filter date issue on IE11
« on: December 21, 2015, 09:44:44 pm »
you demo for date filtering on IE11 is not working correctly.
http://paramquery.com/pro/demos/filter_date

The date picker keeps on popping up even after selecting date.
Please advise.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Filter date issue on IE11
« Reply #1 on: December 22, 2015, 01:21:43 pm »
That is caused by the below code in IE for datepicker, please comment / remove it.

Code: [Select]
           onClose: function (evt, ui) {
                 $(this).focus();
           }
« Last Edit: December 22, 2015, 01:24:55 pm by paramquery »