The docs for the fields.DelimitedList say it "can load from either a list or a delimited string" but I cannot get it to load from a list. It's possible I'm doing something wrong but When I swap out fields.DelimitedList for fields.List everything works as expected. I think either the docs should be changed, or we should fix the implementation of DelimitedList so that it works as expected.
The docs for the fields.DelimitedList say it "can load from either a list or a delimited string" but I cannot get it to load from a list.
It's possible I'm doing something wrongbut When I swap outfields.DelimitedListforfields.Listeverything works as expected. I think either the docs should be changed, or we should fix the implementation ofDelimitedListso that it works as expected.