I hope my <Form.Control/> won't be effect when user scroll up or down, because if the input value is a number, scroll up/down will effect the value, I want to avoid it
this is so far I've tried
<Form.Control
type="number"
className = "overflow-hidden"
<Form.Control/>