arco-design / arco-design

A comprehensive React UI components library based on Arco Design
https://arco.design
MIT License
4.96k stars 667 forks source link

select组件在火狐浏览器下搜索模式选中选项后需要点击两次才能展开下拉框 #2127

Closed q6655443322 closed 1 year ago

q6655443322 commented 1 year ago

Basic Info

What is expected?

正常点击一次即可展示下拉框

Steps to reproduce

demo中有写

Helium-Z commented 1 year ago

类似此 Issue。 在 <input /> 移除 pointer-events: none 样式之后,方可表现正常。

image
q6655443322 commented 1 year ago

好的,我试试看下

LukeLin commented 1 year ago

类似此 Issue。 在 <input /> 移除 pointer-events: none 样式之后,方可表现正常。 image

@MisterLuffy select input的pointer-events: none还会导致e2e无法触发click事件

KangXinzhi commented 1 year ago

类似此 Issue。 在 <input /> 移除 pointer-events: none 样式之后,方可表现正常。 image

可以直接移除 pointer-events: none 么,我看到是在 Issue1626添加的 pointer-events: none

Helium-Z commented 1 year ago

类似此 Issue。 在 <input /> 移除 pointer-events: none 样式之后,方可表现正常。 image

可以直接移除 pointer-events: none 么,我看到是在 Issue1626添加的 pointer-events: none

是的,应该可以。可以换一个方式解决