<Form.Group>
<Form.Control. onChange={e => { console.log('e------',e.target.value)}}
type='number' />
</Form.Group>
I set the type on can be number, but when I click "enter"(return button) and "-",
I still can see "e" and "-" at my input box, but I only want user see number at the inputbox.