stable

Clone or download

Read-only

feat: List-picker dispatches bubbling change event

How to test: - In the artifact modal, edit an artifact with selectbox or multi-selectbox fields. - Change the value of one or more selectbox or multi-selectbox fields. - Close the modal (either with Escape key, or clicking the backdrop, etc). - You should see a "confirm" pop-up warning that you might lose some changes. part of request #32653 Do not lose modifications done in Artifact Modal Change-Id: If27a798eebf03121f2a18695d81043ba1acd82b8

Modified Files

Name
M lib/frontend/list-picker/src/selection/MultipleSelectionManager.ts +4 −4 Go to diff View file
M lib/frontend/list-picker/src/selection/SingleSelectionManager.ts +3 −3 Go to diff View file
M lib/frontend/list-picker/src/test-helpers/selection-manager-test-helpers.ts +3 −2 Go to diff View file