From 250ba3a7f1b41c7f7ca32b8db40a8c4069ebef77 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 12 Apr 2023 04:19:54 +0200 Subject: Remove `text_input` example --- examples/text_input/README.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 examples/text_input/README.md (limited to 'examples/text_input/README.md') diff --git a/examples/text_input/README.md b/examples/text_input/README.md deleted file mode 100644 index 435989cc..00000000 --- a/examples/text_input/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# 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: -```bash -cargo run --package text_input -``` \ No newline at end of file -- cgit