I'm trying to display images next a list of choices (as seen here and here). I'm able to get it to work just fine until I try to set it up as a cascading select. At that point, the choices appear to filter correctly, but no images (and sometimes no text either) will display, no matter what appearance I use.
These are the results of various combinations of attempts:
- select_one, minimal, no choice filter
- select_one, compact, no choice filter
- select_one, any appearance, choice filter
- no image, no text; just blank selection dots. The right number of them, though!
- select_one_external, any appearance, choice filter
Is this a known limitation, or is there something I'm overlooking?