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

[Bug Report] el-select requires 2 tabs when using multiple and filterable #11549

Closed
ChuckFields opened this issue Jun 8, 2018 · 2 comments
Closed

Comments

@ChuckFields
Copy link
Contributor

Element UI version

2.4.1

OS/Browsers version

Windows 10 / Chrome - latest

Vue version

2.5.16

Reproduction Link

https://jsfiddle.net/9s2evjtp/

Steps to reproduce

Focus in the first el-input.
Tab to the first el-select.
Tab to the second el-select.
Hit tab.

What is Expected?

The focus to jump to the last el-input.

What is actually happening?

The focus remains in the el-select until you hit tab once more.

@ghost
Copy link

ghost commented Jun 8, 2018

Also, it requires 2 clicks to open popper if you are focused on other input. Not always though.

@badpunman
Copy link
Contributor

badpunman commented Jun 28, 2018

Also, it requires 2 clicks to open popper if you are focused on other input. Not always though.

iumag@29c7cc2
this seems to fix the issue. Issue occurs with just filterable attribute alone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants