I am trying to create a regex to have a number only stat from 1 and max length without decimal 10, decimal 2 I try this regex ^[1-9][0-9]{0,9}([,.][0-9]{0,2})?$
now facing the issue of comma separator not accepting amount validation.