availity-reactstrap-validation icon indicating copy to clipboard operation
availity-reactstrap-validation copied to clipboard

whitespace removal

Open mackenziepl opened this issue 5 years ago • 0 comments

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 />

mackenziepl avatar Sep 02 '20 07:09 mackenziepl