I encountered a scenario where I converted an md-input-container with a md-select/md-option to a md-autocomplete. While in the initial setup of md-select/md-option, we were able to apply ng-disabled property to both the md-select and md-option. However, when using md-autocomplete, I struggled to find a way to utilize ng-disabled at the option/item level. We have implemented it on the md-autocomplete itself but now need a solution to disable options in the dropdown once they are selected.
Has anyone managed to achieve this functionality with md-autocomplete? Your insights would be greatly appreciated. Thank you!