You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The autocomplete should have a disabled input. Sometimes you want to mark the associated input as readonly (you do not want the disabled styles applied to the input) and do not want the autocomplete to fire up when you click on the component (in the cases you have some minimal default options)
What is the expected behavior?
To have an @Input() disabled in autocomplete. As the Datepicker has a disabled property, to keep the consistency, the autocomplete should have one too.
What is the current behavior?
Without the @Input() disabled you have to clear up the array, what is a not so difficult task, but it would be more consistent if it had a disabled property, like Datepicker.