This repository was archived by the owner on Jul 29, 2022. It is now read-only.

Description
Hello, I have a question or a proposal. We use this combo to be able to select multiple Enum values. In this specific case for Days of week.
We used ListDataProvider to fill in the data and also we do use translations (to czech language) for the values. Here comes the issue. This enum is sorted based on order of days in week (Mon, Tue, ...). But the translated values order doesn't correspond (created by item caption generator) with this.
Is there a possibility to sort the data based on data in ListDataProvider not on caption generator. Guess the issue is in method internalSetDataProvider(...) but I wasn't able to solve this.
Thank you
Best regards
J.