We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2e7849 commit d17541eCopy full SHA for d17541e
README.md
@@ -84,7 +84,9 @@ Sample implementation [here](app/)
84
85
### Check if password is complete and valid
86
```kotlin
87
- validationView.isPasswordValid //returns true if password is complete and valid
+ validationView.setOnValidationListener {
88
+ button.isEnabled = it //returns true if password is complete and valid
89
+ }
90
```
91
92
0 commit comments