mueller-jens
mueller-jens
Is there any plan to support the java.time API which was introduced in java 8? I want to use jsweet and j4ts for my project to transfer the API from...
I try to convert a html file to docx using the library. If i try it every blank in the tempate will be converted in a blank in the dockument....
### Problem to solve If a textfiield is clearable, but not focused, the overlay for this component is still there are need space https://play.vuetifyjs.com/#eNq9UDFuwzAM/AqhJQkQ1UMzGY6B7vlB3YGxGEQAbQsS7RoI/PfaUt1k6BYgGiTxjnc88POmgq+zD+fehp5UrgqhxjEKlVULUAzaU3BdG+xAUDOGcKxUM2rspasUNDjqb2vkOqPvh0OloirqhEbRF0tsEgQw6KYzxIvB8lZqJa7WkDYkaHmxT94ryXiOmhMGgRYbulM1E3o8MyWgLLLHsS+M8t/kBbrvboaK7GG1cxlqb53EXhpd5wUMXbBngVtyNSiYw3YHxxK2vxhADJyvFcDmRHNmXz95NvtkOe3iZ1ry/iVU077tmeP19QMxcLbe ### Proposed solution The overlay should...
### Problem to solve If you have selected an element at the end of a list that is scrollable and type a character, the scroll position will stay of the...
### Environment **Vuetify Version:** 3.7.14 **Vue Version:** 3.5.13 **Browsers:** Edge 133.0.0.0 **OS:** Windows 10 ### Steps to reproduce Open the link, you will see that the end of the vertical...
## Description fixed #21242 added aria-label attribute to v-tooltip ## Markup: ```vue Hover Over Me ``` axe output before change:  after the change: 
## Description remove the slash at the end of the router.path ## Markup: ```vue ```
## Description fixes #21526 added aria-labels to select and sort controls of the datatable ## Markup: ```vue export default { data () { return { selected: [], items: [ {...
## Description fixes #21388 applied color to the menuicon if glow is set to true ## Markup: ```vue ```
## Description fixes #21402 apply iconColor.value to clearable icon ## Markup: ```vue import { ref } from 'vue' const msg = ref('one') ``` 