Closed ericivarsson closed 7 years ago
@ericivarsson why did you close this?
@andrewconnell sorry, I might have been a little quick on creating this PR. Could be mistaking but I don´t think OfficeUIFabric peoplePicker supports disabled state and I´m not sure how to proceed. This PR fixes the issue by removing the delete-user-buttons but it does not do anything about the looks of selected items in an disabled peoplePicker.
I guess in order to make the disabled peoplePicker with selected values look contistent with the other input components we would need CSS for .is-disabled similar to how the textField and SearchBox works. ms-SearchBox.is-disabled
.
What do you think? Let me know if you want me to reopen.
Merged into v0.14.0
Added condition ng-if="!ngDisabled" to the button element.
Fixes #461