leovo2708 / ngx-treeview

An Angular treeview component with checkbox
MIT License
363 stars 337 forks source link

How to disable the value in template? #181

Open ShilpaVKulkarni opened 5 years ago

ShilpaVKulkarni commented 5 years ago

@leovo2708, I want to disable the value . I have added disabled: true but it is not reflecting in template.

ShilpaVKulkarni commented 5 years ago

In components, the values are disabled but in template it is not working .. Please provide solution for solving this..

YogeshBorkhade commented 4 years ago

@leovo2708

  1. I was trying to disable a drop down child item, for which I am set disabled : true.

It works fine for ngx-dropdown-treeview but not working for ngx-dropdown-treeview-select.

  1. By default drop down is showing selected all, where I already set checked : false.

Can you please provide some solution ? Angular cli version 8.1.2