Opening of Dialog through SpeedDial on mobile does not work #16834
Labels
bug 🐛
Something doesn't work
component: speed dial
This is the name of the generic UI component, not the React module!
Opening of Dialog through SpeedDial does not open the Dialog on mobile resolution. What really happening is that when the user trigger the state to open for dialog, immediately the state is change to false.
Expected Behavior 🤔
The
open
state should stay totrue
.Current Behavior 😯
The
open
state is changing tofalse
immediately after setting of state toopen
.Steps to Reproduce 🕹
Link: https://codesandbox.io/s/winter-snow-chyrp
Context 🔦
Actually, this works on desktop version. However, when opened on mobile the issue persists.
Your Environment 🌎
The text was updated successfully, but these errors were encountered: