Problem/Motivation

The JS library hasn't been updated since June, this module is using version 4.12.0 while the latest one is 4.16.0.

Proposed resolution

Update the library and make sure there aren't any issues.

Issue fork tagify-3331334

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

DieterHolvoet created an issue. See original summary.

dieterholvoet’s picture

Status: Active » Needs review

Everything seems to work in the same way, minus some minor issues I encountered before the update now being fixed. The element CSS display property did change from flex to inline-flex, so I added custom CSS to restore that. I also changed the order in which the libraries are included, including the custom CSS last to make sure it can override default styling.

gxleano’s picture

Status: Needs review » Reviewed & tested by the community

Thanks @DieterHolvoet.

It was tested in D9 and D10 everything is working as expected.

gxleano’s picture

Status: Reviewed & tested by the community » Fixed

gxleano’s picture

Status: Fixed » Closed (fixed)

Merged to 1.0.x (dev), It will included in the next release.