Skip to content

Commit

Permalink
fix(select): fix default problem
Browse files Browse the repository at this point in the history
  • Loading branch information
flsion committed Dec 22, 2023
1 parent d4e50b6 commit 93120f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/web-vue/components/select/select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ export default defineComponent({
valueKey,
multiple,
popupVisible,
defaultPopupVisible,
showExtraOptions,
modelValue,
fieldNames,
Expand Down Expand Up @@ -553,6 +554,7 @@ export default defineComponent({
// trigger
const { computedPopupVisible, handlePopupVisibleChange } = useTrigger({
popupVisible,
defaultPopupVisible,
emit,
});

Expand Down

0 comments on commit 93120f5

Please sign in to comment.