NbOptionList independent width
Đang mở
- 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
* [x] bug report
* [x] feature request
### Issue description

**Current behavior:**
```javascript
/**
* Returns width of the select button.
* */
get hostWidth(): number {
return this.button.nativeElement.getBoundingClientRect().width;
}
```
```html
```
is it possible to leave the size of the options as auto?
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.