-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hi,
First of all: Thanks for having developed ListBuilder and thanks for supporting it.
Yesterday, I used ListBuilder for my app and it works very well.
Nevertheless, I found an issue related to the usage of Converters. If you assign a Converter to the component (using setConverter()), it will be used, but the List that is being returned by convertToPresentation() will never appear.
I found that AbstractSelect is using setInternalValue() in order to set the converted value. ListBuilder however relies on setValue() being called (which is not the case in the described situation).
So I had to override setInternalValue() to call setValue() to make it work. Such things however should be managed in the ListBuilder class, I think.
Thanks,
Markus
Metadata
Metadata
Assignees
Labels
No labels