Add text input operations
This commit is contained in:
parent
23299a555f
commit
c4bca3f2af
8 changed files with 215 additions and 1 deletions
|
|
@ -178,6 +178,14 @@ where
|
|||
) {
|
||||
self.operation.scrollable(state, id);
|
||||
}
|
||||
|
||||
fn text_input(
|
||||
&mut self,
|
||||
state: &mut dyn widget::operation::TextInput,
|
||||
id: Option<&widget::Id>,
|
||||
) {
|
||||
self.operation.text_input(state, id)
|
||||
}
|
||||
}
|
||||
|
||||
self.content
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue