While working on a project and setting up a couple Paragraphs fields on a content type, I noticed that only one would work. When trying to add a Paragraph to the field, the loader would just spin. There wasn't any errors that I noticed getting thrown by JS. It seems like you can only have one working Layout Paragraphs widget enabled per content type (or at least per form mode), but you can configure any and all Paragraph fields to use the widget. Being able to use the widget on multiple fields would be very useful for our use case.
Comments
Comment #3
justin2pin commentedThanks James! A hidden submit button just needed a unique name, which was preventing "getTriggeringElement" from working correctly. Should be fixed now!