Currently when selecting multiple iui-menu-items in the ComboBox with multiple=true (Multiple select), each item has a border radius. It might look better to omit the appropriate border radius sides when two selected iui-menu-items are adjacent.
Something similar to how adjacent buttons don't have border radius in ButtonGroup
Additional information
The associated React PR that added multiple select support: React PR #830
Feature
Currently when selecting multiple
iui-menu-item
s in theComboBox
withmultiple=true
(Multiple select), each item has a border radius. It might look better to omit the appropriate border radius sides when two selectediui-menu-item
s are adjacent.Something similar to how adjacent buttons don't have border radius in ButtonGroup
Additional information
The associated React PR that added multiple select support: React PR #830