Преглед на файлове

fix(FormItem): use getPopupContainer default value (#3215)

bowen преди 1 година
родител
ревизия
ed267d9c01
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      src/components/Form/src/components/FormItem.vue

+ 0 - 1
src/components/Form/src/components/FormItem.vue

@@ -277,7 +277,6 @@
         const { autoSetPlaceHolder, size } = props.formProps;
         const propsData: Recordable<any> = {
           allowClear: true,
-          getPopupContainer: (trigger: Element) => trigger.parentNode,
           size,
           ...unref(getComponentsProps),
           disabled: unref(getDisable),