plausible / analytics

Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
https://plausible.io
GNU Affero General Public License v3.0
19.91k stars 1.06k forks source link

Check prefill on interval instead on event for CRM enterprise plan edit #4237

Closed zoldar closed 3 months ago

zoldar commented 3 months ago

It turns out Kaffy uses pretty crude solution for large select widget, where jQuery's .val(value) is called on input element. This in turn does not trigger any events and the behavior is not extensible in any sane way. The prefill callback is now called periodically to ensure any change in the input gets picked up and acted upon eventually when conditions are met.