Update Dependency to jackocnr/intl-tel-input Library

Created on 23 August 2021, almost 4 years ago
Updated 18 May 2025, 20 days ago

Problem/Motivation

Updates to the jackocnr/intl-tel-input aren't able to be used.

Steps to reproduce

N/A

Proposed resolution

Short term fix: Update the version referenced in composer.libraries.json. Alternatively, you could use a custom JSON file used with the merge plugin instead of the one that ships with this module.

Long term fix:

Remaining tasks

Develop long term fix.

User interface changes

None, just regression test that the updated version doesn't affect UI.

API changes

None.

Data model changes

None.

πŸ“Œ Task
Status

Needs review

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States kerasai

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡ΊπŸ‡ΈUnited States jcandan

    Would appreciate your insight on the approach done in πŸ“Œ Remove the composer libraries workaround Active .

    Because Drupal prefers third-party libraries to be accessible from docroot (web server), the convention is for packages of type drupal-library to be installed to the /libraries/ folder. This is also the place where Drupal is able to allow and manage multiple versions of packages, as dependency management for a modular project via the vendor/ directory could get unwieldy.

    So, the approach in the above-mentioned ticket seems the best option, and a good replacement for the composer.libraries.json and asset-packagist options of old.

  • πŸ‡ΊπŸ‡ΈUnited States jcandan

    Merged πŸ“Œ Remove the composer libraries workaround Active . This ticket can be updated to reflect any desired changes.

Production build 0.71.5 2024