ui / com.schibsted.account.ui.ui.component / PhoneInputView / isInputValid

isInputValid

fun isInputValid(): Boolean

Overrides InputField.isInputValid

Verifies if the input is a valid. To be valid the input should not be empty, should only contain digits after the first character, and should not be equal to the default prefix provided by the client.

Return
true if input is valid false otherwise