# 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.
# 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.