Fix issue with the dropdown on mobile#2891
Fix issue with the dropdown on mobile#2891kevinbrink wants to merge 1 commit intoDogfalo:masterfrom IMRSVDataLabs:fix-mobile-dropdown
Conversation
- In some circumstances, attempting to scroll within the dropdown on mobile would cause the dropdown to disappear immediately, making it impossible to use properly
|
This works but won't close the dropdown. |
|
@Nefast : Mind expounding a bit? In my tests, it seems to work fine, and closes the dropdown when I need it to. I see the commit you linked to, as well as the additional code added to that. When do we want the dropdown to close that my commit doesn't allow for? |
|
Well, if you look at the manual example from a desktop computer, the dropdown will close whenever you click an item: http://materializecss.com/dropdown.html |
|
Ah, ok, I see what you mean now. Our particular application only encountered that particular issue in one area of the app. I see it now though! |
|
@kevinbrink There are merge conflicts |
would cause the dropdown to disappear immediately, making it impossible to use
properly. In my particular case, I was re-styling the dropdowns inside a date picker (http://amsul.ca/pickadate.js/, because it offers a few required features that the materialize date picker doesn't) in order to use the materialize dropdowns.