RadioSelect is currently not focusable.
Not exactly sure whether .focus() should trigger focus on the first radio input in it, or if we should add tabIndex=0 and set focus on a wrapper element.
I think it should focus the first item by default.
This is now in a PR, and it focuses the first item if no selcted, or the currently selected one.