Problem Statement/Rationale
Schema analyzer allows to build filters dynamically by selecting values in the schema ui. There is also an option to select multiple items with "shift" button pressed in the enum preview. This works until two items are selected, after that new items can't be selected
Steps to Reproduce
- Open any collection that will have values that are represented as enums in analyzer (e.g., strings) and analyze it
- Hold shift and click on multiple items in the enum preview
Expected Results
It should be possible to select more than 2 items
Actual Results
Clicking on additional items doesn't add them to the filter after two items are selected