I have a date picker on my site that just uses the default html5 date picker.
I\'ve noticed that up until a couple of weeks ago, it was working fine but ever since a rec
See crbug.com/441060 . You can avoid this slowness by specifying min= and max= attributes.