@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 +1 -0
- package/dist/ful.iife.js.map +1 -1
- package/dist/ful.iife.min.js +1 -1
- package/dist/ful.iife.min.js.map +1 -1
- package/dist/ful.min.mjs +1 -1
- package/dist/ful.min.mjs.map +1 -1
- package/dist/ful.mjs +1 -0
- package/dist/ful.mjs.map +1 -1
- package/package.json +2 -2
package/dist/ful.mjs
CHANGED
|
@@ -1951,6 +1951,7 @@ class Select extends ParsedElement {
|
|
|
1951
1951
|
await this.#loader.prefetch?.();
|
|
1952
1952
|
const fragment = this.template().withOverlay({ slots, name }).render();
|
|
1953
1953
|
this.#input = fragment.querySelector('input');
|
|
1954
|
+
Attributes.forward('input-', this, this.#input);
|
|
1954
1955
|
this.#badges = fragment.querySelector('badges');
|
|
1955
1956
|
|
|
1956
1957
|
this.value = observed.value;
|