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
Running the Simple dialog example, I found out that although Submit button gets highlighted, one cannot call any event by pressing Enter. Bringing focus to Submit by pressing TAB a few times and then pressing Enter works fine. I suspect the problem is that keyboardFocused={true} is only responsible for appearance.
Versions
Material-UI: v0.15.0-beta.2
React: 15.0.1
Browser: Chrome 50.0.2661.86 (64-bit)
The text was updated successfully, but these errors were encountered:
Problem Description
Running the Simple dialog example, I found out that although Submit button gets highlighted, one cannot call any event by pressing Enter. Bringing focus to Submit by pressing TAB a few times and then pressing Enter works fine. I suspect the problem is that
keyboardFocused={true}
is only responsible for appearance.Versions
The text was updated successfully, but these errors were encountered: