I've impemented the React numeric-input into my code, however I've noticed that when entering a figure such as '0.05', it doesn't allow it. '0.15' for example works fine, but the '0.0' is the issue.
It can be replicated at this link: http://vlad-ignatov.github.io/react-numeric-input/
In particular with the 'With inline styles disabled' format. I raised this elsewhere but was told to come here to raise it too. Thanks.
@btf93 see this https://github.com/vlad-ignatov/react-numeric-input/issues/86
@btf93 see this vlad-ignatov/react-numeric-input#86
How do I access the fix? Is it in the latest version? Sorry, I'm quite new to React! Thanks.
I looked through the release documentation but couldn't see when it was released?
Hi @btf93,
Can you provide sample code base with screenshot for further reference?
Hi, if the issue has been fixed I鈥檒l try upgrading to React 16.0.0 tomorrow. We鈥檙e currently using 15.4.2 I think (from memory as I鈥檓 not at work now), so we鈥檙e quite far behind. I鈥檒l report back tomorrow once I鈥檝e tried it and if it doesn鈥檛 work I鈥檒l supply some sample code. Thanks!
I've upgraded to the latest version of React. Was this fixed applied in the last version or do I have to do something different entirely to get it to work?
@btf93 it is not an issue with React, it is problem in the 'react-numeric-input' component that you are using. This is third party package and not part of the React. This is why I suggest you to write in the repository already linked in my previous post. They have it on pull-request, but seems the author of the package is not maintaining it, and their last release is from nearly one year ago.
@Xizario Oh I see! Sorry I'm really new to React, hence the confusion here. That makes perfect sense now and I've asked for an update in the link you sent.