stable

Clone or download

Read-only

fix: Lazybox's selection element "multiple" property should be reflected

Closes request #38628 Lazybox multiple selection is no more displayed properly During the migration Hybrids: 8.2.2 -> 9.0.0, a visual regression has been introduced because the `multiple` property of the `<tuleap-lazybox-selection/>` element has not been marked as reflected [0]. Hence, the css rule setting the padding of the element when the select can have multiple values is not applied anymore. How to test: - In the tlp doc, go to the Lazybox section - Go to The Multiple items picker and select all the values --> There is some bottom padding between the badges and the bottom border of the selection element --> The badges wrap when they reach the right border of the selection element. [0]: https://hybrids.js.org/#/component-model/structure?id=reflect Change-Id: Ib34dca62cc27b2ce91d273f05416dac07e28b4e6

Modified Files

Name
M lib/frontend/lazybox/src/selection/SelectionElement.ts +4 −1 Go to diff View file