iced/examples/text_input
2023-04-12 03:55:18 +02:00
..
src Introduce disabled state for TextInput 2023-04-12 03:55:18 +02:00
Cargo.toml Introduce disabled state for TextInput 2023-04-12 03:55:18 +02:00
README.md Introduce disabled state for TextInput 2023-04-12 03:55:18 +02:00

Text Input

This example shows basic usage of text edit. The button delays the change of the text field state to allow testing of the corner cases.

You can run it with cargo run:

cargo run --package text_input