Vladimir Ignatov
Vladimir Ignatov
The version that I am currently working on (and that I will try to release soon) should have fixes for this. Meanwhile, if you need urgent fix you can use...
This should be fixed in 2.2.0.
Can you provide an example so that I can try it?
This should be fixed in the latest version. Could you confirm?
1. Can you provide a link? 2. Yes, parseFloat is used internally but that shouldn't matter: https://github.com/vlad-ignatov/react-numeric-input/blob/master/src/NumericInput.jsx#L547 3. Perhaps your RegExp should look for dots instead of commas?
Hi and thanks for the suggestion. I did some experiments but as you can see it is a whole library just to support commas and my component supports arbitrary formats....
There are events like mouseUp but they are not perfect for your case. I might consider adding special event for that in future versions, but for now your best option...
Thank you for reporting this. It is a good catch! Unfortunately, I don't think it can be fixed without loosing functionality. - First and foremost, this is just a demo...
Detection and error messages are included in [email protected]. Feel free to reopen if it doesn't work. Thank you!
The client does NOT support XML but it sends and `accept: application/json` header on each request to tell the server how to respond. This seems to work fine with your...