stable

Clone or download

Read-only

Better management of the "None" value in the multiple List Picker

Part of story #16646 have searchable (multi) select boxes with (static binding, no dependencies) in modal When the user select a value which is not "None" and if "None is already selected, then "None" is not selected anymore When the user select "None" and if there already are slected values, then the selected values are not selected anymore Change-Id: Ifabe26e9d810377b0ec60ec363a80d1094d64877

Modified Files

Name
M src/scripts/list-picker/src/items/ListItemMapBuilder.test.ts +22 −7 Go to diff View file
M src/scripts/list-picker/src/items/ListItemMapBuilder.ts +4 −0 Go to diff View file
M src/scripts/list-picker/src/renderers/__snapshots__/DropdownContentRenderer.test.ts.snap +1 −0 Go to diff View file
M src/scripts/list-picker/src/selection/MultipleSelectionManager.test.ts +36 −3 Go to diff View file
M src/scripts/list-picker/src/selection/MultipleSelectionManager.ts +32 −1 Go to diff View file
M src/scripts/list-picker/src/test-helpers/select-box-options-generator.ts +6 −0 Go to diff View file