Expand description
Unified debounced input widget for all search/filter modes
This widget handles text input with automatic debouncing to prevent expensive operations (like searching through 20k rows) on every keystroke.
Structs§
- Debounced
Input - A reusable debounced input widget
- Debounced
Input Builder - Builder pattern for
DebouncedInput
configuration - Debounced
Input Config - Configuration for the debounced input
Enums§
- Debounced
Input Action - Result of handling a key in the debounced input