Sorry, this question is maybe duplicated and answered here, but do not solve my problem.
I want to allow only numbers in my input outside return and in the nonstate component and inside props.
My code.js
const General = props => (
<Row>
<Col>
<Form.Item>
<Input />
</Form.Item>
</Col>
</Row>
)
export default General