Skip to content

Commit

Permalink
fix: select empty slot render
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaosansiji committed Jul 26, 2022
1 parent 540f88d commit 743063d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/select/select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,6 @@ export default defineComponent({
clearable,
tDisabled,
borderless,
empty,
showCreateOption,
displayOptions,
isGroupOption,
Expand Down Expand Up @@ -754,6 +753,8 @@ export default defineComponent({
const valueDisplay = this.renderValueDisplay(h);
const placeholderText = this.getPlaceholderText();
const prefixIcon = () => renderTNode('prefixIcon');
const empty = renderTNode('empty');

const collapsedItems = () => renderCollapsedItems();
const { overlayClassName, ...restPopupProps } = popupProps || {};
return (
Expand Down

0 comments on commit 743063d

Please sign in to comment.