-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
md-autoselect #8285
Comments
Can you provide more information please? |
OK, thanks for answering. |
It looks like you are actually using Material for AngularJS. You will need to post your issue here since they are maintained as separate projects. You may also have better luck asking on stackoverflow, gitter, etc. |
no. Just give an example of what I am doing in material 2. These are my dependencies.
I am using this component: https://material.angular.io/components/autocomplete/overview I am using mat-auto select = "true", but it does not work. |
Here is an example, type first two letters and hit enter. |
Anyway we can re-open this? I think @Ronalses is saying he would like the functionality of having the first element to be automatically selected like you can for Material for AngularJS. I am in the same boat - it would be great if we set the first element to always be selected. |
@Yoshi9143 Exactly what I would like to do. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Hi, I have a question.
What is the equivalent of md-autoselect = "true"
mat-autoselect It does not work for me.
<mat-autocomplete mat-autoselect="true" #auto="matAutocomplete (optionSelected)="onSelectOption($event)">
The text was updated successfully, but these errors were encountered: