Bootstrap dropdown with two-way data binding for Angular 2

1.2k Views Asked by At

I've been trying to find an API for making custom bootstrap dropdowns using ngModel. So far, I've already tried to use the dropdown from Valor Software's ngx-bootstrap (formerly ng2-boostrap) and also their ng2-select API.

The ngx-bootstrap dropdown didn't offer 2-way data binding. The ng2-select, at first looked like it was set up to do so, but I wasn't able to get that to work. I found an issue that this feature is missing.

Am I missing something? Does anyone know of a solution for this? I'm out of ideas. Any examples out there of a dropdown working with ngModel?

0

There are 0 best solutions below