Merge pull request #776 from AldoMX/master
Added `select_all` method to `TextInput`.
This commit is contained in:
commit
587dbbca42
3 changed files with 14 additions and 1 deletions
|
|
@ -223,4 +223,9 @@ impl State {
|
|||
// TODO
|
||||
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