Module debounced_input

Module debounced_input 

Source
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§

DebouncedInput
A reusable debounced input widget
DebouncedInputBuilder
Builder pattern for DebouncedInput configuration
DebouncedInputConfig
Configuration for the debounced input

Enums§

DebouncedInputAction
Result of handling a key in the debounced input