Questions tagged [mat-select]

For questions about the form control element for Angular Material. When using this tag also include the more generic [angular-material] and [angular] tags where possible.

154 questions
-1
votes
1 answer

Mat-Select how to remove the little zoom

I'm using the mat-select from angular material and I would like to disable the little zoom effect when entering in the selection of items ? https://stackblitz.com/edit/angular-mat-select-example As you can see in the stackblitz link above, when you…
mbagiella
  • 256
  • 2
  • 12
-1
votes
1 answer

How to show "No result found" in Mat-select-autocomplete?

I have used mat-select-autocomplete for multiselect dropdown. If i search some other values, I need to show "No result found". How can i acheive this? https://stackblitz.com/edit/mat-select-autocomplete-bjln34?file=src/app/app.component.ts
Sanjana
  • 121
  • 1
  • 9
-2
votes
3 answers

Angular- Prevent selection of same options from a dropdown

I made this dropdown with a textarea for input in angular material dialog. There I have only three options in the dropdown(so far)-'English','French' and 'Canadian French'. I have already disabled 'English' by default. Now, for the rest of the…
user16605035
-3
votes
1 answer

Can someone provide an example of how to use an Angular FormArray with an Angular Material MatSelect

I know you can use a FormControl with an array to build out a multi option MatSelect, but am trying to use FormArrays to handle a multi select. I keep getting errors and after searching Google for a while have ended up with a workaround that just…
1 2 3
10
11