In my current project, I have a typeahead which I need to show a list of items. That list has potentially some items that would be unselectable (disabled). I don't see any such option in current typeahead, but basically it would grey out the item and make the item unselectable/unclickable
ngx-bootstrap: 2.0.3
Angular: 5.0.0
Bootstrap: 4.4.0
You can do it even now with https://valor-software.com/ngx-bootstrap/#/typeahead#item-template
Implementing this feature will require a lot of overhead. Cuz different data types are supported.
I will and this as a possible enchancemt to roadmap
@valorkin
Thanks a lot for the reply. However, I'm not sure what you mean by I can do it now... I do use a template and I know that I can change the color but the item is still selected, I'm looking to make it different color and unselectable, is the latter doable?
Hi, was this functionality implemented?
Most helpful comment
@valorkin
Thanks a lot for the reply. However, I'm not sure what you mean by I can do it now... I do use a template and I know that I can change the color but the item is still selected, I'm looking to make it different color and unselectable, is the latter doable?