- Issue created by @SirClickALot
- πΊπ¦Ukraine _shy Ukraine, Lutsk πΊπ¦
Hi SirClickalot!
Thanks, for your note. I think the problem is not with paragraphs, but with the field widget that you use. Currently, it works only with default entity reference widgets. It alters these two:
\Drupal\Core\Field\Plugin\Field\FieldWidget\EntityReferenceAutocompleteWidget
and\Drupal\Core\Field\Plugin\Field\FieldWidget\EntityReferenceAutocompleteTagsWidget
To cover your case, need to add implementation with the Select2 field widget.
I'll take a look at it. - π¬π§United Kingdom SirClickALot Somerset
Ah, I see.
Thank you for the reply; it makes perfect sense the the problem is with widget.
Happy to test and feedback. - Status changed to Fixed
about 1 year ago 10:59am 13 January 2024 - πΊπ¦Ukraine _shy Ukraine, Lutsk πΊπ¦
Thanks, SirClickalot!
I implemented support with the Select2 field widget, it will be added in the next module release 1.0.3.
- π¬π§United Kingdom SirClickALot Somerset
@_shY
I have tested the DEV version now and Works a treat! ...
Thank you
Nick
Automatically closed - issue fixed for 2 weeks with no activity.
- πΊπ¦Ukraine _shy Ukraine, Lutsk πΊπ¦
Happy to hear that!
I've added these changes to the 1.0.3 release version.