Problem/Motivation

The facet widget always submits the entered value on change, even if the value is not a valid choice.

Steps to reproduce

Create a search_api view with a tagify facet.
Write some random string in the facet field and click outside: the string is submitted.

Proposed resolution

tagify-widget.js should check if the value is valid before submitting it.

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork tagify-3583426

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

prudloff created an issue. See original summary.

prudloff’s picture

Status: Active » Needs review
gxleano’s picture

Version: 1.2.50 » 1.2.x-dev
Status: Needs review » Reviewed & tested by the community
gxleano’s picture

Thanks @prudloff!!

It will be part of the next release 1.2.51