@optionfactory/ful 4.0.5 → 4.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/ful.iife.js CHANGED
@@ -1952,6 +1952,7 @@ var ful = (function (exports, ftl) {
1952
1952
  await this.#loader.prefetch?.();
1953
1953
  const fragment = this.template().withOverlay({ slots, name }).render();
1954
1954
  this.#input = fragment.querySelector('input');
1955
+ ftl.Attributes.forward('input-', this, this.#input);
1955
1956
  this.#badges = fragment.querySelector('badges');
1956
1957
 
1957
1958
  this.value = observed.value;