Expand description
Core types for the textinput component.
Structs§
- Paste
ErrMsg - Clipboard paste error message.
- Paste
Msg - Internal messages for clipboard operations. Matches Go’s pasteMsg and pasteErrMsg types. Clipboard paste message carrying raw text.
Enums§
- Echo
Mode - EchoMode sets the input behavior of the text input field. Matches Go’s EchoMode enum exactly.
Type Aliases§
- Validate
Func - ValidateFunc is a function that returns an error if the input is invalid. Add Send to satisfy bubbletea-rs Model:Send bound transitively.