Introduce disabled state for TextInput
This commit is contained in:
parent
ca828f03f5
commit
f10e936f00
17 changed files with 410 additions and 254 deletions
15
examples/text_input/README.md
Normal file
15
examples/text_input/README.md
Normal file
|
|
@ -0,0 +1,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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue