For selecting multiple elements from a multi-select list box, you need to perform multiple click operations on the corresponding list items(or group items) that you want to select and might need to perform a click operation to move elements from one box to another(depends on application).
Example 1: Selecting list item with Group
Precondition :
A user has a multi-select dropdown with group item(which means it has multiple items inside it), for example, https://www.jqueryscript.net/demo/Groupable-Searchable-Dual-Listbox-Transfer/ and the user want to select item "ReactJS" and Group item -"Popular"
Solution:
- Open the URL
- Click on the list of items that you want to select e.g. ReactJS and Popular(it is the Group item, so all the list items that come under this will automatically be selected)
- Once all the list items are selected, click on the right arrow key to move the selected items under the Selected box.
Here is the result:
Example 2: Selecting individual list items
Precondition :
A user has multi-select dropdown items, for example, https://www.jqueryscript.net/demo/Groupable-Searchable-Dual-Listbox-Transfer/ and the user want to select item "ReactJS" and "JavaScript"
Solution:
- Open the URL
- Click on the Items tab
- Click on the list of items that you want to select e.g. ReactJS and JavaScript
- Once all the list items are selected, click on the right arrow key to move the selected items under the Selected box.
Here is the result:
For any clarification, please contact our Priority Support.
Comments
0 comments
Please sign in to leave a comment.