ngOfficeUIFabric / ng-officeuifabric

Office UI Fabric (https://github.com/OfficeDev/office-ui-fabric) implementation for Angular
http://ngOfficeUiFabric.com
MIT License
321 stars 67 forks source link

Is there anyway to disable a list item (uif-list-item)?? #437

Closed tuanjinn closed 7 years ago

tuanjinn commented 7 years ago

I have a list using <uif-list uif-item-select-mode="single" ...>

There are a bunch of , and a few of them need to be visible but not-selectable (hence disabled). I tried ng-disabled, disabled etc but it doesnt work? Do we support that?

Thanks

andrewconnell commented 7 years ago

No, the library doesn't support that use case. We try to follow the same things that the official Office UI Fabric supports and this is not one of those cases.