diff --git a/src/view/components/input.rs b/src/view/components/input.rs index 94910ac..65cf843 100644 --- a/src/view/components/input.rs +++ b/src/view/components/input.rs @@ -71,6 +71,8 @@ impl Product for Input { } impl Input { + pub fn get_component(&self) -> &Box { + &self.component } pub fn get_input(&self) -> &I {