We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365d571 commit b3afb2bCopy full SHA for b3afb2b
design/src/main/java/com/jbvincey/design/widget/ValidationInputEditText.kt
@@ -131,7 +131,7 @@ class ValidationInputEditText @JvmOverloads constructor(
131
* listener on success.
132
* @return true if text is validated
133
*/
134
- private fun validateText(): Boolean =
+ fun validateText(): Boolean =
135
text.toString().let { text ->
136
return if (text.matches(validationRegex)) {
137
validationInputEditTextListener?.onValidText(text)
0 commit comments