Skip to content

Commit

Permalink
Add empty select_all implementation for TextInput in iced_web
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Jul 22, 2021
1 parent 5724710 commit 29cc840
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/src/widget/text_input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,4 +232,9 @@ impl State {
// TODO
Self::default()
}

/// Selects all the content of the [`TextInput`].
pub fn select_all(&mut self) {
// TODO
}
}

0 comments on commit 29cc840

Please sign in to comment.