Try our conversational search powered by Generative AI!

Cant drop multiple images onto IList<ContentReferece>

Vote:
 

I have a simple content reference list for images defined as below:

        [Display(
            GroupName = SystemTabNames.Content,
            Name = "Images",
            Order = 10)]
        [AllowedTypes(typeof(ImageData))]
        public virtual IList<ContentReference> Images { get; set; }

For some reason on-page editing only allows me to drop one image at a time on this property. The moment I select more than one, it does not allow drop anymore. The drop area disappears. The only way I can drop multiple is if I click on the edit area and the editor pops up, that does allow multi-drop. Its quite annoying to my editors.

This does work however for a ContentArea property. I tested with both but I dont want all the extra features ContentArea brings with it. Any ideas on what I can do to improve this experience? Is this a known issue?

#204268
Edited, May 23, 2019 16:07
Vote:
 

IList's are a bit quirky compared to some other fields. They have a few issues and were mainly made for simple lists so it doesn't surprise me.

You can disable features for Content areas, like the create link so it becomes just a droppable area, that may work for you.

#204283
May 24, 2019 10:08
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.