Skip to content

Commit

Permalink
Update combo_box.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
WailAbou committed Jul 30, 2024
1 parent d81e410 commit f25c750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions widget/src/combo_box.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ where
}
}

/// Sets the message that should be produced when some text is typed into
/// the [`TextInput`] of the [`ComboBox`].
/// Sets the message that will be produced when the inside area
/// of the [`ComboBox`] is pressed.
pub fn on_focus(mut self, message: Message) -> Self {
self.on_focus = Some(message);
self
Expand Down

0 comments on commit f25c750

Please sign in to comment.