package
2.0.0-alpha.2
Repository: https://github.com/charmbracelet/bubbles.git
Documentation: pkg.go.dev
# Functions
Blink is a command used to initialize cursor blinking.
DefaultKeyMap is the default set of key bindings for navigating and acting upon the textinput.
New creates a new model with default settings.
Paste is a command for pasting from the clipboard into the text input.
# Constants
EchoNone displays nothing as characters are entered.
EchoNormal displays text as is.
EchoPassword displays the EchoCharacter mask instead of actual characters.
# Type aliases
EchoMode sets the input behavior of the text input field.
ValidateFunc is a function that returns an error if the input is invalid.