Skip to content

Commit

Permalink
fix(select): fix select slot issue
Browse files Browse the repository at this point in the history
  • Loading branch information
koca committed Mar 15, 2020
1 parent f032e09 commit 70fd1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chakra-ui-core/src/Select/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const SelectInput = {
value: ''
}
}, this.placeholder),
...this.$slots.default
this.$slots.default
])
}
}
Expand Down

0 comments on commit 70fd1cf

Please sign in to comment.