NbOptionList independent width
Open
- Dominant language
- TypeScript
- Stars
- 8.1k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
### 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?
Contributor guide
Assessment
This issue has not been assessed yet.