@@ -205,7 +205,7 @@ class App extends Component {
};
handleInputChange = (newValue) => {
- const inputValue = newValue.replace(/\W/g, "");
+ const inputValue = newValue.replace();
this.setState({ inputValue });
return inputValue;