- π³π±Netherlands basvanderheijden
The patch in #25 does not work because of a malformed RegEx. My patch uses Tags::explode instead.
When you have an entity_autocomplete
form element (not talking about field widget here) with '#tags' => FALSE
, then it should only accept a single value. There are actually two issues here, but I'm combining them because they're so closely related:
Problem
#tags
were TRUE
. So if you type in a comma and another letter, it's going to autocomplete that, which suggests to the user that you can enter multiple items.Proposed solution
Needs work
9.5
Last updated
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
The patch in #25 does not work because of a malformed RegEx. My patch uses Tags::explode instead.