PopupMenu "focusable" on a Mac

On my cross-platform app, when I press the Tab key to go from control to control when running on Windows, it focuses every control in the window. On MacOS, it skips the PopupMenu. Is that one of the controls that MacOS cannot focus (like buttons) without changing system settings on the Mac?

I know I can put the PopupMenu inside a ContainerControl and get focus that way, but just checking if it’s expected behaviour for a PopupMenu to not get focus on a Mac?

Yes that’s expected on Mac. Some users change the settings on the Mac to allow Tab to move to those controls too.

it’s here :
”Use keyboard navigation to move focus between controls.”