Struggling to remove the input borders of the Form.Control component in React-Bootstrap. Despite searching for answers, nothing has been able to solve this issue.
I've attempted redefining the .css classes "input" and "form-control", trying to set their border to 0 or none with no success. I even attempted setting the outline to none and matching the border color with the background color (white), but still no luck. At this point, I'm not sure what else to try.