Closed jan-blaska closed 1 year ago
I found a solution, for those you will tackle the same as I did, you can add the class to "Geography" component, which you can call for example "country" and then, in CSS, you add this line of code:
.country:focus { display: none; }
Using styled-component
, I went with
const StyledGeography = styled(Geography)`
outline: none;
`;
Please, can anyone provide a solution for this? Thank you in advance.