module

Bubbles::TextInput

Constants

EchoNone = EchoMode::None
EchoNormal = EchoMode::Normal
EchoPassword = EchoMode::Password

Constructors

new

New creates a new model with default settings.

Source

Class methods

default_dark_styles

DefaultDarkStyles returns the default styles for a dark background.

Source
default_key_map

DefaultKeyMap is the default set of key bindings for navigating and acting upon the textinput.

Source
default_light_styles

DefaultLightStyles returns the default styles for a light background.

Source
default_styles(is_dark : Bool) : Styles

DefaultStyles returns the default styles for focused and blurred states for the textarea.

Source
paste

Paste is a command for pasting from the clipboard into the text input.

Source

Nested types