arco-design-vue
arco-design-vue copied to clipboard
在Tabs中使用InputTag的tag插槽时input的placeholder会有抖动动画效果
- [ ] I'm sure this does not appear in the issue list of the repository
Basic Info
- Package Name And Version: @arco-design/[email protected]
- Framework version: vue3.2.0
- Browser: chrome105.0.0.0
- Reproduction Link: https://stackblitz.com/edit/angular-eyrwn1?file=src/App.vue
What is expected?
使用tag插槽时不希望出现placeholder抖动和绑定值动画效果
Steps to reproduce
从下面这个链接中的tab1切换到tab2时InputTag(使用了tag插槽)的placeholder会有抖动的动画效果(如果inputTag中有绑定值时也会出现抖动效果) https://stackblitz.com/edit/angular-eyrwn1?file=src/App.vue