I'd like to use ngx-angular dropdown. I've followed the installation instruction from their official page. The dropdown is displaying, but when I select an item, it doesn't appear at the top like a regular dropdown.
I can't find any working example online. Even on their official page, when you select an item, nothing happens.
Can someone tell whether I need to add code to make it work?
EDIT
1) Initial state
2) Expend and Select any item
3) Button Dropdown is still selected
Is this how it's supposed to work?
<select>
instead orng2-select
like Vivek said. Alternatively you can wrap the dropdown to implement value changes...dropdown
. Yes, I needed a select element.