I am using the Fluent UI React Northstar Dropdown component in my React application.
I have enabled multiple item selection, but I noticed that if there are multiple items with the same header value, only one item can be selected. Is there any specific reason for this behavior?
In the following example on CodeSandbox (link: Fluent UI Example), I am unable to select the first three items when I search for 'r' because there are multiple items with the header value 'Robert Tolbert'.
Screenshot:
Could someone please explain why only one item with the same header value can be selected in the Fluent UI React Northstar Dropdown when using multiple item selection? Is there a workaround or solution to allow selecting multiple items with the same header value?