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
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.
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:
The text was updated successfully, but these errors were encountered: