15 lines
425 B
Markdown
15 lines
425 B
Markdown
|
|
# 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.
|
||
|
|
|
||
|
|
<div align="center">
|
||
|
|
<a href="https://gfycat.com/everycarelessisabellinewheatear">
|
||
|
|
<img src="https://thumbs.gfycat.com/EveryCarelessIsabellinewheatear-max-1mb.gif" height="400px">
|
||
|
|
</a>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
You can run it with cargo run:
|
||
|
|
```bash
|
||
|
|
cargo run --package text_input
|
||
|
|
```
|