Hello All,
I'm trying to create a jelly config for a UI element that allow for storing a list of strings of arbitrary length. I have tried every combination of f.entry & f.repeatableHeteroProperty that i can think of.
The header and "add" buttons show up, but no input field for the adding a new value.
I can't seem to find any examples of repeatableHeteroProperty that don't use a some custom class, where as i just want to store a String.
Am i over thinking this? Are there any examples out there? The
TagLib docs don't seem to have any base feature like this that i can find.
Thanks,
-B