[][src]Module iced_native::widget::text_input

Display fields that can be filled with text.

A TextInput has some local State.

Re-exports

pub use cursor::Cursor;

Modules

cursor

Track the cursor of a text input.

Structs

State

The state of a TextInput.

TextInput

A field that can be filled with text.

Value

The value of a TextInput.

Traits

Renderer

The renderer of a TextInput.