In cv.js both validationPattern have "(.[0-9]+)+" which afaik is intended to match dot separated numbers. Unless JS regex is wildly different, this would normally be written "(\.[0-9]+)+"
In cv.js both validationPattern have "(.[0-9]+)+" which afaik is intended to match dot separated numbers.
Unless JS regex is wildly different, this would normally be written "(.[0-9]+)+"