Cannot change TabIndex Values on nb-select
- Ngôn ngữ chính
- TypeScript
- Star
- 8.1k
- Fork
- 1.5k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
### Issue type
**I'm submitting a ...** (check one with "x")
* [x] bug report
* [ ] feature request
### Issue description
**Current behavior:**
Even if we change the tabindex of nb-select to "-1" then also the select tabbable. In console elements we can see that this behaviour occurs due to the button present in the nb-select. If I add tabindex="-1" to the button element in the console then the desired behaviour is achieved.
**Expected behavior:**
If the [tabIndex]="-1" attributed is added to the select html, this tabIndex value should be utilized instead of the default "0"
**Steps to reproduce:**
...
A
...
**Related code:**
```
A
```
### Other information:
**npm, node, OS, Browser**
```
Node : v12.18.3
npm : 6.14.6
OS : Windows 10
Browser : Chrome
```
**Angular, Nebular**
```
"@angular/core": "^8.0.0",
"@nebular/auth": "4.4.0",
"@nebular/date-fns": "^5.0.0",
"@nebular/eva-icons": "4.4.0",
"@nebular/moment": "^5.0.0",
"@nebular/security": "4.4.0",
"@nebular/theme": "4.4.0",
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.