package
1.1.1
Repository: https://github.com/zwoo-hq/zwooc.git
Documentation: pkg.go.dev

# Functions

Blink is a command used to initialize cursor blinking.
New creates a new model with default settings.
Paste is a command for pasting from the clipboard into the text input.

# Constants

Deprecated: use cursor.CursorBlink.
Deprecated: use cursor.CursorHide.
Deprecated: use cursor.CursorStatic.
EchoNone displays nothing as characters are entered.
EchoNormal displays text as is.
EchoPassword displays the EchoCharacter mask instead of actual characters.

# Variables

DefaultKeyMap is the default set of key bindings for navigating and acting upon the textinput.
NewModel creates a new model with default settings.

# Structs

KeyMap is the key bindings for different actions within the textinput.
Model is the Bubble Tea model for this text input element.

# Type aliases

Deprecated: use cursor.Mode.
EchoMode sets the input behavior of the text input field.
ValidateFunc is a function that returns an error if the input is invalid.