Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

decimal validation rule rejects inputs that begin with plus sign #1627

Closed
ij1 opened this issue Oct 2, 2018 · 0 comments
Closed

decimal validation rule rejects inputs that begin with plus sign #1627

ij1 opened this issue Oct 2, 2018 · 0 comments

Comments

@ij1
Copy link

ij1 commented Oct 2, 2018

Describe the bug
I tried to use decimal validator but run into problem that it does not accept input that begins with + sign.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the guide 'validation rules' section
  2. Input '+1' into decimal validator test field
  3. The validator complains that input "must be numeric..."

Expected behavior
That +1 is accepted as a valid decimal just like -1 is (the latter gives no error when input to the same test field).

Desktop (please complete the following information):

  • OS: Debian
  • Browser: Firefox
  • Version: 60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant