You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for your great library to help me setup vite with ssr in my vite+vue@3 project. But when I review ui after setup, I found the <a-select mode="multiple"> with multiple selection but only one remove icon. I wrapped all client codes into <client-only>, but it doesn't work.
Step to reproduce
Add <a-select mode="multiple"> into component, select multiple options.
Only one selected options in <a-select> has remove icon.
What is expected?
All selected options should have remove icon after its label.
Hi, thanks for your great library to help me setup vite with ssr in my vite+vue@3 project. But when I review ui after setup, I found the
<a-select mode="multiple">
with multiple selection but only one remove icon. I wrapped all client codes into<client-only>
, but it doesn't work.Step to reproduce
<a-select mode="multiple">
into component, select multiple options.<a-select>
has remove icon.What is expected?
All selected options should have remove icon after its label.
Minimal reproduction
With SSR: https://stackblitz.com/edit/vitejs-vite-evglmf?file=src%2FApp.vue
Without SSR: https://stackblitz.com/edit/vitejs-vite-c6xqfq?file=src%2FApp.vue
I have also fire this issue in ant-design-vue repo. Sorry for my English.
The text was updated successfully, but these errors were encountered: