Properly handle up / down keys in multiline text input
modified src/app/event.rs
@@ -7,7 +7,7 @@ use radicle_tui::ui::widget::common::container::{
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -132,6 +132,16 @@ impl tuirealm::Component<Message, NoUserEvent> for Widget<issue::NewForm> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -219,11 +229,11 @@ impl tuirealm::Component<Message, NoUserEvent> for Widget<issue::NewForm> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui/widget/common/form.rs
@@ -89,6 +89,9 @@ pub struct Form {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -134,19 +137,18 @@ impl WidgetComponent for Form {
|
|
|
|
|
|
| - | |
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|