Anticipated outcome:
Upon selecting an item, the Menu list will promptly close, and the Select component will no longer display a focus state. The borderBottom will change to 1px solid, and the backgroundColor will turn to white.
Current situation:
Select behavior after selecting an item
As depicted in the above image, the borderBottom appears as 2px solid, and the backgroundColor does not reflect white, indicating that the Select component remains in a focused state.
What steps should be taken to achieve the desired outcome?
Further Explanation:
In actuality, my concern lies with the visual appearance of the Select component's focus state rather than the focus itself. I am aiming for a behavior similar to that seen on fonts.google.com. Following the selection of a style (for example, Bold 700), the Select component maintains its focus state but without displaying any visible indications of being focused, which is precisely what I am seeking.