Bryan
Bryan
Question, How to use this with PHP-DI for example? `return [ 'middlewares' => [ autowire(ErrorHandlingMiddleware::class), autowire(ClaimMiddleware::class) ]` I tried but i'm not able to set the options like this way
### Describe the bug When typing in filter input btable items are completely empty Bootstrap Vue https://stackblitz.com/edit/bootstrap-vue-with-compat?file=components%2FHelloBootstrap.vue Bootstrap Vue Next https://stackblitz.com/edit/github-yfxyc5-eab59g?file=src%2FApp.vue,package.json ### Reproduction https://stackblitz.com/edit/github-yfxyc5-eab59g?file=src%2FApp.vue,package.json ### Used Package Manager pnpm ###...
**Vuestic-ui version:** 1.9.8 ### Description VaDataTable active class and hoverable not working on striped rows ### Reproduction https://ui.vuestic.dev/play#eNp9lNtO4zAQhl/FytUikfSUFpoFxFHLAgK0oL3ZoNWQDI3BsSPb6WFR333H6ZE2IFVJ6hnPfP49M+/eSVEEwxK9yDuwmBcCLB7FkrGD33AOFh7hWSCLONnMYexV79hjxmpeYMoirUanXKZkgsTyIZ4JMM4hU0PU1d4GhTtorMWmvyah7ZYZtGVBK4mSxrIqNjtkf1z6d/dgjKcRa+3OviXkGLHYu0GQEtkPDRnksTe3lgb1wuNUo10aMAcu3OoDlwlqPIZCcxE8839LlyJTstrY8vf2mv5ep+fvNzstNu72wrC9dBvhsyFI55hxkeIAdBooPZg7TKvnGnh7A/xCD7lkl2qEQtRyn0hLINZiDXxGh4bjHAU3BgI73IZvtpp+r9/2e91+h42b/Va7W4cOEowFwyGgVJ+hdzbQzwTmKC0n3U+hTLJa/AfIQdoMtulvgZbl8QQNyg+JP2gf9jp+q93xwzDcqyPXkHOtAi5f1Gfc4Qb3PVChJhzYDYWB5K2W+xo0dyW1zX1VisoS3J0peunjN6Una1e+hh/2CZ6Kp99rk/qtbq/uBG8gcK3ytvC7m7JnKAxO2DlHd4562a8h1yi34W/KhKu/l1RPXA6InQ7CMUhW17Nk/9buhjv9bkjq7/fruFMKqpMt6Z++u69F/64NAOribzvs8Gh2NurGUkv2zhJni6jBvaQ0VuV+tRB7T2waS/odNGaDwU0MYydiNomCdeeFWs90mQOtSpn6iRJKR2ygkVRwZFWg+XZv1+N5obT1cyiCV6MkTboqBg2zykD5o0XU2KNRaCxP/JK7ZWp0awsTNRold1PSmYIUh42Fmyptg/SWFDn25smnlNMa0uSFDzYyJiovuEB9V1hOmn3IDEKo0VW1ZnWJ80ugPRkmbzXrr2Y8Q7zX1FZ6uCrf2LOgB67HqqnzcIvjVb/FXq7SUpD3F8ZfaJQoHePM7ZR0Juw1v4r2ZyUgVdejuRhblGZxKAe6KvBK1bMvjr7C7QSdpYrT/6YOGF4=
**Is your feature request related to a problem? Please describe.** It is not possible to load your component via VaModal the instance. That makes it difficult for me to use...
**Vuestic-ui version:** 1.9.10 ### Description Selecting text in Firefox is not working correctly in VaDatatable with hoverable enabled. It only works when you try to select precisely straight from the...
It would be nice to have a option to show weeknumbers (under weekday for example) in VaDateInput
### Describe the bug With DynamicForm it seems that schema is required otherwise the field and valus are not returning in onSubmit handler. Sometimes you dont want to add a...
### Describe the bug optionLabel is not shown in input field from MultiSelect optionValues seems to work if you submit the data with the invisible label (see example form2) https://stackblitz.com/edit/whtdvw?file=src%2FApp.vue...
### Describe the bug I see there is no before-hide emit which means that I couldn't ask if the user wants to leave the drawer for example. Currently I am...
### Describe the bug I am receiving the following error while trying to set range datepicker in dynamic form. ```` const fields = reactive({ date: { label: 'Datum', as: 'DatePicker',...