Explore the latest product updates and best practices at our hybrid Checkmk Conference #12 from June 16-18, 2026 – Register here

Werk #19174: Debounce backend-provided dropdown suggestions

Component Setup
Title Debounce backend-provided dropdown suggestions
Date Mar 27, 2026
Level Trivial Change
Class New Feature
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.6.0b1
Not yet released
Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Ultimate MT
2.5.0b3
Not yet released
Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Ultimate MT

Backend-provided dropdowns (like those to select a host) now debounce the filter input. Previously, every keystroke triggered an HTTP request to fetch suggestions. Now, requests are batched with a short delay so only the final input fires a query. If you use dropdowns with many options served from the backend, you'll see fewer redundant requests and a snappier experience.

To the list of all Werks