We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ec0f0a + 40eece3 commit e83a3a7Copy full SHA for e83a3a7
src/input/Input.jsx
@@ -70,7 +70,7 @@ export default class Input extends Component {
70
71
handleBlur(e: SyntheticEvent): void {
72
const { onBlur } = this.props
73
- // if (this.props.trim) this.handleTrim()
+ if (this.props.trim) this.handleTrim()
74
if (onBlur) onBlur(e)
75
}
76
0 commit comments