setInputMaskSocialSecurity

Restricts input to follow SSN format and length, ie. 111-22-3333. Automatically inserts Hyphen mask character. Sets keyboard to InputType.TYPE_CLASS_PHONE.

Parameters

validation

Optional SocialSecurityValidation. If supplied, validates length based on InputUtil.SSN_MAX_LENGTH.