summaryrefslogtreecommitdiffstats
path: root/examples/text_input/README.md
blob: 435989cce3945715a39051ea63d3a6b0950b676f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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
```