When using react-bootstrap with the <Form.Control type="date"> element, I noticed that the calendar icon or date picker is automatically positioned to the right side/end of the form field. However, I am interested in moving the calendar icon/date picker to the left/beginning of the form field, or having it immediately follow the selected date. I have attempted to locate the appropriate node_module to modify the CSS code for the calendar icon's position without success.
Does anyone have any insights on where I could make changes to the CSS, or perhaps suggest a better solution?
This is the current appearance of the form: