ng-lightning / ng-lightning

Native Angular components & directives for Lightning Design System

Home Page:http://ng-lightning.github.io/ng-lightning/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ngl-combobox should not toggle the selection when is used as a picklist

jesusbarcenilla opened this issue · comments

When the user click in picklist item that is already selected it should remain selected.

The current behaviour deselect the item. That is ok for a multi selection picklist but for the basic one i think is not what an user expects.

I've open a pull request with a possible solution #507

@jesusbarcenilla Although a bit late, thx for your contribution. You are right 👍