forms icon indicating copy to clipboard operation
forms copied to clipboard

For number type, use a user-defined validation text instead of "Please enter a valid value."

Open Piskvor opened this issue 9 years ago • 0 comments

The JS library always uses a hardcoded error text: "Please enter a valid value." if a type="number" field is misfilled. It should only fall back to the hardcoded text if no error message has been defined.

  • bugfix
  • issues: none
  • documentation: not needed
  • BC break: no

Piskvor avatar Nov 12 '16 02:11 Piskvor