modified src/ui/widget.rs
@@ -61,6 +61,7 @@ impl From<&'static dyn Any> for ViewProps {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/ui/widget/input.rs
@@ -283,7 +283,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -529,7 +529,7 @@ impl<'a, S, M> View for TextArea<'a, S, M> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -713,6 +713,17 @@ where
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|