How to create a formatted field prices? #93

Open
voskobovich opened this Issue Jan 22, 2016 · 0 comments

Projects

None yet

1 participant

I have a field to enter the price.
Allowed to enter the price fits the regular expression.

^\d{1,10}(\.\d{2})?$

that is, the whole of the ten digits and exactly 2 characters in the fractional part, if the fractional part is required.

How to implement the formatting of your plugin?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment