[Bug Report] el-select does not honor TabIndex attribute
Open
component: select
type: bug
- Dominant language
- Vue
- Stars
- 54k
- Forks
- 14.4k
- PR merge metrics
- No merged PRs in 30d
Description
### Element UI version
2.15.6
### OS/Browsers version
Windows / Chrome latest
### Vue version
2.6.14
### Reproduction Link
https://jsfiddle.net/udbeohjq/
### Steps to reproduce
Set the tabindex on a el-select to a different value than the default.
### What is Expected?
The elements honor the set tabindex
### What is actually happening?
The tab index is not actually set to the underlying el-input (see: https://github.com/ElemeFE/element/blob/dev/packages/select/src/select.vue#L83)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.