This is my code and I want to integrate the code in this input, i was looking for promise but I don't understand and im so confusing:
<input
value={fecha}
onChange={(e) => setFecha(e.target.value)}
type='number'
className='form-control'
minlength={4}
maxlength={5}
/>;
and i want tu plus this:
onChange={handleChange}
THX!!