MBDebouncedTextField
Summary
A debounced variant of the MBTextField. Allows the debounce interval in milliseconds to be set, defaulting to 300ms.
- Applies density subsystem - note that filled text fields with denisty of -2 or less ignore labels by design within Material Theme.
- Cannot be used within a form as a form field. Does not throw an exception but logs a warning to indicate that debounced text fields disable the
EditContext
.