Skip to content

Commit

Permalink
Merge pull request #460 from lberrymage/master
Browse files Browse the repository at this point in the history
Document Validator::validate_while_typing not being implemented
  • Loading branch information
gwenn authored Nov 15, 2020
2 parents 90742b3 + 1545864 commit cbf0f94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/validate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ pub trait Validator {
/// when user presses the Enter key.
///
/// Default is `false`.
// TODO we can implement this later.
///
/// This feature is not yet implemented, so this function is currently a no-op
fn validate_while_typing(&self) -> bool {
false
}
Expand Down

0 comments on commit cbf0f94

Please sign in to comment.