Add empty select_all implementation for TextInput in iced_web
This commit is contained in:
parent
57247106b9
commit
29cc840cfa
1 changed files with 5 additions and 0 deletions
|
|
@ -232,4 +232,9 @@ impl State {
|
||||||
// TODO
|
// TODO
|
||||||
Self::default()
|
Self::default()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Selects all the content of the [`TextInput`].
|
||||||
|
pub fn select_all(&mut self) {
|
||||||
|
// TODO
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue