Skip to content

Commit

Permalink
fix(FormItem): use getPopupContainer default value
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaowoxiaobala committed Oct 31, 2023
1 parent 5b97597 commit 7bc07b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Form/src/components/FormItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 7bc07b3

Please sign in to comment.