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