-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
numeric #658
Comments
When I enter non-numeric characters, its allowed as well. Is it a bug, or we need to do data validation for it? |
Also try a fill down from the value in top row of the example at http://handsontable.com/demo/numeric.html |
@Makimeishu - this is allowed. You need do your own validation for preventing non-numeral values. @edallen - this is because demo provide internationalization feature. In this case there is error in numeral.js or with this internationalization file. Numbers with dots are used as thousands separator, so value of first cell (6999.999) is wrongly used as 69 999 999.00 |
I'm a bit confused with the behavior. I'm on OSX Snow Leopard 1- In Firefox v21.0 I cannot enter a minus sign before the numbers |
This should be now fixed in Handsontable 0.9.4 (commit beabe2f) Can you check if it now works as desired? I also enhanced the Numeric cell type demo with additional column that uses the default locale (en / US): http://handsontable.com/demo/numeric.html |
supports not enter negative numbers
http://handsontable.com/demo/numeric.html
example
-10
The text was updated successfully, but these errors were encountered: