react-numeric-input
react-numeric-input copied to clipboard
Update README with reference to noStyle props
As per https://github.com/vlad-ignatov/react-numeric-input/issues/68 this library now has noStyle prop instead of style={false}, which triggers eslint warning (and depending on project settings may cause build failure).
This PR updates the README to reflect the new noStyle prop.