TextFieldPassthroughAdapter
A default adapter that validates TextFieldState.text as CharSequence.
This adapter extracts the text content from TextFieldState for validation while maintaining the TextFieldState for UI interaction. It's the simplest adapter that allows direct text validation without type conversion.
This is the default adapter used when no explicit adapter is provided to a TextFieldState-based form field.