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
You can correctly filter the options that match the input
What is actually happening?
When using the up and down keys of the Chinese input method to select words, the active option of the menu will also slide up and down, resulting in failure to select the correct Chinese text
Element UI version
2.15.6
OS/Browsers version
Mac OS / Chrome 93.0.4577.63
Vue version
2.6.14
Reproduction Link
https://codepen.io/bchen1222/pen/vYZrBwW?editors=1100
Steps to reproduce
options: [
{
value: 'cake',
label: '蛋糕'
}
...
]
What is Expected?
可以正確 filter 符合輸入內容的選項
What is actually happening?
使用中文輸入法上下鍵選字時,選單的 active 選項也會跟著上下滑動,導致無法選到正確的中文字
The text was updated successfully, but these errors were encountered: