If you have a selectize widget for field with a reference to multiple vocabularies then on save it triggers error:
An illegal choice has been detected. Please contact the site administrator

Reason is that if there are multiple vocabularies the option list is not flatten. It's grouped per vocabulary.
Flattening the option list would solve the issue.

CommentFileSizeAuthor
#3 3215376-flatten-option-list.patch1.2 KBhideaway

Issue fork selectize-3215376

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

hideaway created an issue. See original summary.

hideaway’s picture

StatusFileSize
new1.2 KB

The following patch should fix it. Wanted to create merge request and push there, but somehow did not work.

pasqualle’s picture

Status: Active » Needs review