From 313f5586b01e92103cf689724dd33b09a6cb4b9e Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sat, 4 Jul 2020 15:38:46 +0200 Subject: [PATCH] todo --- src/components/textinput.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/textinput.rs b/src/components/textinput.rs index c906dc4a..8ce8c7a0 100644 --- a/src/components/textinput.rs +++ b/src/components/textinput.rs @@ -89,6 +89,7 @@ impl TextInputComponent { /// Set the `msg`. pub fn set_text(&mut self, msg: String) { self.msg = msg; + //TODO: make sure cursor is in bounds } /// Set the `title`.