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
The <button> element can be operated in the same way with the space key as well as the enter key.
But, the <button> element set in the useCallback close() does not respond to the space key.
Demo Video
Enter Key
Screen.Recording.2021-08-29.at.17.23.55.mov
Spacebar Key
Screen.Recording.2021-08-29.at.17.24.28.mov
The text was updated successfully, but these errors were encountered:
What's happen ?
The
<button>
element can be operated in the same way with the space key as well as the enter key.But, the
<button>
element set in the useCallbackclose()
does not respond to the space key.Demo Video
Enter Key
Screen.Recording.2021-08-29.at.17.23.55.mov
Spacebar Key
Screen.Recording.2021-08-29.at.17.24.28.mov
The text was updated successfully, but these errors were encountered: