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

Combobox disabled property

MartynenkoA opened this issue · comments

Does combobox have disabled property?
Does combobox have "not clearable" property?

This ticket is a bit old but You can use the standard disabled attribute in the input element.

<input nglCombobox placeholder="Select an Option" disabled>

I couldn't find anything for the "not clearable" option. I think i'm going to open a new issue for that.

What @jesusbarcenilla suggested is correct and the behavior of the combobox for selection has changed.