Open starswan opened 1 week ago
Put multiple multi-select components on the same page at once
Attempt to interact with second multi-select 'select all' button to either select or deselect all items in second component
Expected behaviour:
Second multi-select selects and deselects all items
Actual behaviour: It appears to interact with the first list instead
Reproduces how often:
100%
5.71
This appears to be caused by line 22 in multi-select.js - it uses a fixed id for the multiple select column
Prerequisites
Description
Put multiple multi-select components on the same page at once
Steps to Reproduce
Attempt to interact with second multi-select 'select all' button to either select or deselect all items in second component
Expected behaviour:
Second multi-select selects and deselects all items
Actual behaviour: It appears to interact with the first list instead
Reproduces how often:
100%
Versions
5.71
Additional Information
This appears to be caused by line 22 in multi-select.js - it uses a fixed id for the multiple select column