python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Angular mat-autocomplete not showing dropdown options
I am using an autocomplete so that an option can be selected. The dropdownlist previously worked however that is no longer the case. I am no longer seeing the options. I displayed the options in a div...
A.Mac
Votes: 0
Answers: 0
Angular autocomplete, keep the list open after selecting one for multiple selections
I've been working trying to do an autocomplete dropdown. It's fairly similar as this one :
https://material.angular.io/components/chips/overview#chips-autocomplete
However, as on the demo, it's really...
Skysenzz
Votes: 0
Answers: 0
How to get material mat-autocomplete to allow as valid only a value that is in the option collection amd participate in reactive form validation?
I have a disabled button that I want enabled if the user types a valid value so every key stroke I need to see if it matches..
<mat-form-field appearance="outline" style="width: 100%;">
...

punkouter
Votes: 0
Answers: 1
mat-autocomplete with filter and selected items in mat-table not working
I am new to angular and angular material. I'm using a tutorial to do a small project where I have an angular material autocomplete to filter actors and when I click on one of them, it should be displa...
devvab
Votes: 0
Answers: 1