Availity / availity-reactstrap-validation

Easy to use React validation components compatible for reactstrap.
https://availity.github.io/availity-reactstrap-validation/
MIT License
191 stars 70 forks source link

whitespace removal #207

Open mackenziepl opened 4 years ago

mackenziepl commented 4 years ago

Hi, I have a question, I wish that each time I typed certain characters in the field, it would remove the whitespace. Currently, it only works when we enter a character other than a space. Is there any workaround for this ??

this.setState({ username: e.target.value.split(' ').join('') }) } value={this.state.username} required />