I'm using the pattern ^\d*\.?\d{0,2}$ to display currency, e.g. it only allows allows numbers before an optional decimal point and two decimal place after the decimal point. to displa
I'm using the pattern ^\d*\.?\d{0,2}$ to display currency, e.g. it only allows allows numbers before an optional decimal point and two decimal place after the decimal point. to displa