akveo / akveo/nebular

NbOptionList independent width

Open
#2,342 1 comment 0 reactions 0 assignees View on GitHub
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

![Capture](https://user-images.githubusercontent.com/6523466/80830204-f5140b00-8bbe-11ea-944d-95e14d422294.PNG)

**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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.