Hi!
I'm trying to set the elements of a controlP5 dropdown list lowercase.
ddl.captionLabel().toUpperCase(false); <- did only work for the selected element, anything else stays uppercase (which looks really ugly...).
Is there something like itemLabel() ?
Thanks!