NbOptionList independent width
Aberta
- Linguagem predominante
- TypeScript
- Estrelas
- 8.1k
- Forks
- 1.5k
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
### 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?
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.