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

fix(comp:select): pressing enter after chinese input #1611

Merged
merged 1 commit into from
Jul 26, 2023

Conversation

sallerli1
Copy link
Contributor

unexpected selection created after pressing enter key when input is in chinese and allowInput is enabled

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our guidelines
  • Tests for the changes have been added/updated or not needed
  • Docs and demo have been added/updated or not needed

What is the current behavior?

allowInput开启时, 中文输入法下,直接按回车,有几率直接触发选择项的创建,此时输入的怕拼音字母内容会被保留显示,但实际为空

What is the new behavior?

修复以上问题

Other information

unexpected selection created after pressing enter key when input is in chinese and allowInput is enabled
@idux-bot
Copy link

idux-bot bot commented Jul 24, 2023

This preview will be available after the AzureCI is passed.

@codecov
Copy link

codecov bot commented Jul 24, 2023

Codecov Report

Merging #1611 (b6a0b88) into main (fdda882) will not change coverage.
The diff coverage is n/a.

❗ Current head b6a0b88 differs from pull request most recent head 28de503. Consider uploading reports for the commit 28de503 to get more accurate results

@@           Coverage Diff           @@
##             main    #1611   +/-   ##
=======================================
  Coverage   92.56%   92.56%           
=======================================
  Files         338      338           
  Lines       31542    31542           
  Branches     3602     3602           
=======================================
  Hits        29198    29198           
  Misses       2344     2344           

@danranVm danranVm merged commit 62d53e7 into IDuxFE:main Jul 26, 2023
5 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants