stable

Clone or download

Read-only

feat: Delete last selected value when backspace key is pressed

story #31191 Add reviewers and make them updatable How to test: - Select several values - Type something in the search input - Press the backspace key --> No item removed from selection --> The last character of your query is deleted - Press backspace several times until there is nothing in the search input --> The next backspace key press will delete the last selected value Change-Id: Ia3633591330439634e75f9baed5e2845d5522354

Modified Files

Name
M lib/frontend/link-selector/src/helpers/keys-helper.test.ts +11 −0 Go to diff View file
M lib/frontend/link-selector/src/helpers/keys-helper.ts +4 −0 Go to diff View file
M lib/frontend/link-selector/src/selection/MultipleSelectionManager.test.ts +38 −0 Go to diff View file
M lib/frontend/link-selector/src/selection/MultipleSelectionManager.ts +21 −0 Go to diff View file