i have this component from PrimNg i need to prevent user to select some option
`<p-treeSelect
class="w-full md:w-20rem"
containerStyleClass="w-full"
[(ngModel)]="selectedNodes"
[options]="nodes"
display="chip"
[metaKeySelection]="false"
selectionMode="checkbox"
placeholder="Select Item" />`
New contributor
Ali Allam is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.