@signal24/vue-foundation 4.13.8 → 4.13.9
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.
|
@@ -764,7 +764,8 @@ function _t(e, t, n, i, s, o) {
|
|
|
764
764
|
placeholder: o.effectivePlaceholder,
|
|
765
765
|
onFocus: t[2] || (t[2] = (...r) => o.handleInputFocused && o.handleInputFocused(...r)),
|
|
766
766
|
onBlur: t[3] || (t[3] = (...r) => o.handleInputBlurred && o.handleInputBlurred(...r)),
|
|
767
|
-
required: n.required
|
|
767
|
+
required: n.required,
|
|
768
|
+
"data-1p-ignore": ""
|
|
768
769
|
}, null, 42, Ht), [
|
|
769
770
|
[qe, e.searchText],
|
|
770
771
|
[l, o.effectiveDisabled]
|
package/package.json
CHANGED