The SSN functionality exhibits the following behavior:
- You can simply enter the SSN, dash insertion is taken care of.
- The field can be empty or it has to have the valid SSN format, invalid input will trigger validation.
- Only numeric values are allowed while typing, and pasting invalid input with alphabets and special characters (eg: 123ab$4), will result in trimming the alphabets and special characters, leaving behind only numbers in valid format (eg: 123–4).
