I have a textarea for input. I can enter multiple value as comma separated. how do I stop user to enter only 4 digit before and after comma?
example: 1234,5678, etc First number has only comma after 4 digit and last number will not have comma after 4 digit. any help will be great.