@fkui/vue 5.46.2 → 5.46.4

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.
@@ -6052,6 +6052,9 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
6052
6052
  if (!isMounted.value) {
6053
6053
  return;
6054
6054
  }
6055
+ if (detail.elementId !== props.id) {
6056
+ return;
6057
+ }
6055
6058
  if (!props.focusRef) {
6056
6059
  throw new Error("Element to focus on when card is invalid (`focusRef`) is required when using card validation.");
6057
6060
  }