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

Entering negative numbers when text editing is not possible #27

Closed
Abhilash-Chandran opened this issue Aug 27, 2020 · 0 comments
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@Abhilash-Chandran
Copy link
Owner

In its current form the widget doesn't allow the entering negative numbers. Meaning it doesn't allow entering the - minus symbol to be entered. A proper regular expression needs to be created for the same. Some of the requirements would be.

  1. The symbol - should only be allowed at the beginning of the entry.
  2. It should not be allowed for fields with min value greater than -1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant