Select: Don't open while scrolling via touch#10718
Conversation
…ut (MudBlazor#10353)" This reverts commit 63bdafc.
…zor#10129)" This reverts commit a77b1da.
|
|
Probably related, but on firefox https://www.mudblazor.com/components/select#custom-converter |
This reverts commit 4e1795e.
This reverts commit bf82359.
|
We noticed that all our MudSelects stopped opening when clicked on Android (Edge/Chrome are all I tested) when moving from 8.0 to 8.1. I'm not sure the cause, but I rolled back to 8.0 and they now work again. (I cleared the cache, tried incognito, etc. on mobile). Not sure if this change is the cause, but I figured this was the most likely candidate. Posting here before I submit an issue. Note that the selects appear to work correctly in the Mudblazor docs. Are they on 8.1? |
@gabephudson We just released v8.2.0, could you take a look and let me know if the selects and the docs work for you? |
8.2 has corrected the issue. Great timing! ;) Thanks for the quick reply! |
Fantastic! Always appreciate the solid reports |



Fixes #10716
Refines #10129
Reverts #10353
The
onmousedownevent now toggles the menu instead ofonpointerdownso panning the page with a touch input does't trigger it. Theonclickevent was added back to handle that case.