amsul / pickadate.js

The mobile-friendly, responsive, and lightweight jQuery date & time input picker.
http://amsul.ca/pickadate.js
MIT License
7.7k stars 1.01k forks source link

Increase the debounce timeout to 100 ms #1142

Closed DanielRuf closed 5 years ago

tywhang commented 5 years ago

Thank you for increasing the timeout.

Have you considered using a throttle instead of a debounce?

Using throttle would get rid of the delay that users will experience.

DanielRuf commented 5 years ago

The current solution works and this is a temporary workaround until the Chromium team has fixed this.

amsul commented 5 years ago

@tywhang throttle wouldn't do the job as it actually needs to wait before the initial invocation.