Describe the bug
When we have an Input component that is used inside a Drawer, once the Input's text is selected, a JS error is thrown.
To Reproduce
Expected behavior
The selection of the text inside the Input should not trigger any errors
Describe the bug
The wrapper element of the Drawer's navigation items has a title attribute that should not be presented in the DOM
To Reproduce
Expected behavior
No tooltip/title should be presented in the DOM element of the Drawer's Items
Describe the bug
Currently only item template is supported and the user can't add custom components instead of items
Expected behavior
The user is able to add templates for the header for the footer and all the content of the drawer.
Temporary workaround is to use one dummy item and its template - https://stackblitz.com/edit/lfvpga?file=src%2Fmain.vue