Skip to content

Commit

Permalink
fix: 修复 select panelTopContent、panelBottomContent 透传失效 (Tencent#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
honkinglin authored and LoopZhou committed Jul 13, 2022
1 parent 6e0d6fc commit 95685f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/select/select-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export default defineComponent({
props: [
'inputValue',
'panelTopContent',
'panelBottomContent',
'size',
'options',
'empty',
Expand Down
2 changes: 2 additions & 0 deletions src/select/select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,8 @@ export default defineComponent({
realLabel={realLabel}
realValue={realValue}
scroll={scroll}
panelTopContent={this.panelTopContent}
panelBottomContent={this.panelBottomContent}
/>
</SelectInput>
</div>
Expand Down

0 comments on commit 95685f8

Please sign in to comment.