Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjenx committed Aug 14, 2024
2 parents 27ca990 + 28b9853 commit 0fe15af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ val emailValidator = TextFieldValueValidator(
with(emailValiator) {
OutlinedTextField(
value = value,
onValueChange = ::validate,
onValueChange = ::onValueChange,
modifier = Modifier
.validateFocusChanged() // will start validation on loss of focus
.shakeOnInvalid() // will shake the field when invalid and validate() is called
Expand Down

0 comments on commit 0fe15af

Please sign in to comment.