Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[select]修复select组件在filterable属性下,使用win10微软中文输入法输入时不触发检索的问题 #17494

Merged
merged 1 commit into from
Jul 29, 2021

Commits on Sep 19, 2019

  1. fix-select-bug

    修复select组件在filterable属性下,使用win10微软中文输入法输入时不触发检索的问题;
    原因为chrome环境下win10微软中文输入法使用数字键选择输入字符后,未触发@keyup.native事件;
    解决方法使用@input代替@keyup.native触发debouncedOnInputChange函数;
    profore authored Sep 19, 2019
    Configuration menu
    Copy the full SHA
    ba87eda View commit details
    Browse the repository at this point in the history