How to programmatically hide a Bootstrap Offcanvas component with JavaScript and Blazor?
I have a Blazor .Net 8 webb app that uses a Bootstrap 5.3 Offcanvas component as a menu of items that can be selected from. When the user chooses the menu item, I want the Offcanvas component to close automatically.…