1

Can any body help me with currency masking in input field ? I am using jasny bootstrap but not able to make currency combination or float values.

I want to put . anywhere in the field once with the numbers and jasny allows me to use ? for any character. I tried below combinations.

9?.9999
?.99999

but none of them full fill my requirement.

Konrad Krakowiak
  • 12,285
  • 11
  • 58
  • 45
Sherry
  • 269
  • 2
  • 5
  • 18

1 Answers1

0

It's not supported. Use an alternative plugin like jquery.inputmask instead.

Arnold Daniels
  • 16,516
  • 4
  • 53
  • 82