2.0.0 and 3.0.0 functional parity and fix JS selector

Created on 6 February 2023, over 1 year ago

Problem/Motivation

The new JavaScript file queries the entire HTML document for the first instance of ".field__items" instead of only searching the placeholder contents. Also, the 2.0.x version of this module had a fallback to replace placeholder content with the random entities when the ".field__items" is not found. Lastly, setting the display style to an empty string will remove the inline "display: none" style instead of overriding any CSS stylesheets using the display property directly on the placeholder like it does now when setting "initial" on the inline style.

Steps to reproduce

Do not include a ".field__items" tag inside the placeholder and set a "display" style on the placeholder in a CSS stylesheet file.

Proposed resolution

Slightly alter the JS to be more flexible and have functional parity with the 2.0.x branch.

πŸ› Bug report
Status

Fixed

Version

3.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States Daniel Korte Brooklyn, NY

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

Comments & Activities

Production build 0.69.0 2024