- Notifications
You must be signed in to change notification settings - Fork1.1k
Closed
Labels
Description
Overview of the problem
Buefy version: [0.9.22]
Vuejs version: [3.2.40]
OS/Browser: Windows 11/Brave
Description
Full width sidebar does not have a close button. It can be closed by pressing theEsc
key however. This behaviour can confuse a user who is desperately trying to close the sidebar but is unable to find the close/exit button.
Note: As a controlled component, one can always add a button inside the sidebar to hide it. That is not the point of this bug report.
Steps to reproduce
- Navigate to
Sidebar
component in the website - Turn ON the
fullwidth
switch - Click the
Show
button - A user won't be able to close unless s/he hits the
Esc
key
Expected behavior
Provide an internal default button and a default internal location for thatClose
button for the end-user to be able to close thefullwidth
ed Sidebar