-
Notifications
You must be signed in to change notification settings - Fork 3.4k
<md-select> select dropdown not closing When clicked anywhere on Screen ? Not User Friendly #3701
Comments
I think this is a duplicate issue with #3704 |
Codepen :- |
This is fixed on master. Suspect it was a duplicate of #3704 |
same issue something wrong with the z-index |
when I googled then got a solution and finally it works for me with $mdDialog.
Please inject $window and $mdSelect in your controller.. |
@Anujndls , my select box close immediately after clicking it. |
I solved this using this code:
|
this works fine for me, on the controller load event vm.pressedonce = false; |
I think this two styles below could be a quick fix for this issue
|
Yep sure does thanks, had the first style not the second. Always prefer to get it working using css thank you |
Hi,
Scenario Follows :-
Step 1 : Clicked on Md-select for selecting an Option.
Step 2: Instantly i decided No to Select Anything .
Step 3 : Clicked Some where on the Screen and Looking to Close Select Popup But Not Happening .
Screen Shot Attached from Documentation

.
Thanks,
Prasad
The text was updated successfully, but these errors were encountered: