Adds the ability to customize the sort order for a field in the listbox popover. It is needed in the "Sorting in search" feature in the pivot table, as that requires the sort order for the field in the listbox to match that of the dimension in the pivot table.
I could not find any test for the listbox popover, so no tests added either.
Requirements checklist
[ ] Api specification
[ ] Ran yarn spec
[ ] No changes OR API changes has been formally approved
[ ] Unit/Component test coverage
[x] Correct PR title for the changes (fix, chore, feat)
When build and tests have passed:
[x] Add code reviewers, for example @qlik-oss/nebula-core
Motivation
Adds the ability to customize the sort order for a field in the listbox popover. It is needed in the "Sorting in search" feature in the pivot table, as that requires the sort order for the field in the listbox to match that of the dimension in the pivot table.
I could not find any test for the listbox popover, so no tests added either.
Requirements checklist
yarn spec
When build and tests have passed: