When using input mask in Yamlform module, required dependency "jquery.once" is not loaded.

By defining correct dependencies in yamlform.libraries.yml for the following javascript files:

- yamlform.form
- jquery.inputmask

  dependencies:
    - core/jquery
    - core/jquery.once

this problem is resolved.

Comments

yulianalexeyev created an issue. See original summary.

yulianalexeyev’s picture

StatusFileSize
new623 bytes

jrockowitz’s picture

Status: Active » Fixed
jrockowitz’s picture

@yulianalexeyev Welcome to Drupal! You just got earned your first commit credit.

yulianalexeyev’s picture

@jrockowitz Thanks for the fast reply and fix!

jrockowitz’s picture

Status: Fixed » Closed (fixed)