Skip to content
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

tabIndex does not focus on the input, but to the all component. #55

Open
kfirufk opened this issue Mar 3, 2021 · 0 comments
Open

tabIndex does not focus on the input, but to the all component. #55

kfirufk opened this issue Mar 3, 2021 · 0 comments
Labels
help wanted Extra attention is needed PR Welcome

Comments

@kfirufk
Copy link

kfirufk commented Mar 3, 2021

I have a registration page where user selects his country.
I use tabIndex on each/input select element, but when I click tab to focus on the mat-select-country, it focuses on the all element instead of the input, so I can't really type anything.

I use angular 11.2.3 with select-country 4.0.3 and angular material 11.2.2.

and this is how i use mat-select-country:


       <mat-select-country appearance="outline"
                                i18n-label
                                label="Country"
                                formControlName="country" tabindex="6">
            </mat-select-country>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed PR Welcome
Projects
None yet
Development

No branches or pull requests

2 participants