Skip to content

Commit

Permalink
chore: Add text() comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Jan 21, 2025
1 parent 094c788 commit a410bc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/components/src/input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ impl InputValidator {
}
}

/// Read the text to validate.
pub fn text(&self) -> Ref<String> {
self.text.borrow()
}
Expand Down

0 comments on commit a410bc1

Please sign in to comment.