discourse/app/assets/javascripts/select-kit/addon
Joffrey JAFFEUX 98eb014bdb
FIX: wait for the end of search requests (#26240)
Prior to this fix, if you were following this series of events:
- type something in a select-kit filter with async search
- query starts
- type something again
- first query finished with no results
- second query starts
- 💥 we would show a no content found for a split second
- second query finishes
- we display a list of results
2024-03-19 12:25:25 +01:00
..
components FIX: wait for the end of search requests (#26240) 2024-03-19 12:25:25 +01:00
mixins DEV: Remove unnecessary getURL() calls (#24591) 2023-11-28 14:32:15 +01:00