Module iced::widget::text_input

source ·
Expand description

Display fields that can be filled with text.

Structs

The appearance of a text input.
The identifier of a TextInput.

Traits

A set of rules that dictate the style of a text input.

Functions

Produces a Command that focuses the TextInput with the given Id.
Produces a Command that moves the cursor of the TextInput with the given Id to the provided position.
Produces a Command that moves the cursor of the TextInput with the given Id to the end.
Produces a Command that moves the cursor of the TextInput with the given Id to the front.
Produces a Command that selects all the content of the TextInput with the given Id.

Type Definitions

A field that can be filled with text.