Ant Design-style Select

The inner role="combobox" <input> is covered by the .ant-select-selection-item span, which intercepts a normal click (Playwright reports "<span> intercepts pointer events"). The current value "Participant" is also one of the options, so a text-based click would be ambiguous — selection must target the option by role.

Participant