Remove ListBoxSelection
in favor of new next/ListBoxSelection
#12863
Open
4 tasks
Labels
component: multiselect
proposal: accepted
This request has gone through triaging and we are accepting PR's against it.
role: dev 🤖
type: a11y ♿
type: enhancement 💡
version: 12
Issues pertaining to a future major release of Carbon
This issue is for refactoring all usages of the legacy
ListBoxSelection
to be updated to usenext/ListBoxSelection
.A new reimplementation of ListBoxSelection was added in #7777 in
next/ListBoxSelection
. At that time, ComboBox was updated to use the new implementation. Another component and a series of tests were left using the legacy ListBoxSelection and have not been updated.Attempting to move these out of
next
(#12588) caused tests to fail for MultiSelect (#12837). Having our tests fail due to this change points to the potential of this being a breaking change. Consumers relying on/testing the tab order of legacy ListBoxSelection via MultiSelect will have one less tab stop with the new implementation. This would break tests in downstream applications without a major version bump.#12863 (comment)
The text was updated successfully, but these errors were encountered: