Haixing

Results 47 comments of Haixing

我看了一下,是组件已经做了限制不给input中Enter自动提交

![image](https://github.com/Tencent/tdesign-react/assets/65376724/e90b9c07-f86b-4dba-959f-1d194ffbba35) ![image](https://github.com/Tencent/tdesign-react/assets/65376724/51db0d90-1fa5-47db-931d-f89a5665bec7) - @uyarn [tdesign-site-components Github](https://github.com/TDesignOteam/tdesign-site) margin-top 改成 margin来解决:focus-visible

我看了一下其它的組件庫,都是父級span行內元素😊

@SKcong 您好,能否提供個復現的demo,我好排查!

@Alicecsl 您好,这不是bug,看了你的Demo,你要新建的初始值,应该设置`{ province: '', area: '' }`,而不应该是`{}`空对象,希望能帮到你?😊

測了一下,是鼠標速度太快,導致onMouseLeave事件沒觸發,在外層設置判斷不在Rate組件裡就設置hoverValue為undefined好了,就是辦法笨了點🤣