Martin Idel

Results 11 issues of Martin Idel

Suppose you have the following (working) example with custom slots: ```html valid={{valid}} Validate ``` ```js const model = { list_section: "Test" } const schema = { title: "my_model", type: "object",...

**Description:** Allow user to display informational properties of an object selected by one of its properties, i.e: I have an array select where I select an object by some property...

### Environment **Vuetify Version:** 3.5.2 **Last working version:** 2.7.1 **Vue Version:** 3.4.15 **Browsers:** Firefox 121.0 **OS:** Linux ### Steps to reproduce - Use Screen Reader Orca (Linux) or JAWS (Windows)...

C: VTextarea
S: triage

Closes #383 This PR adds a new option for tooltips `linkTooltipsIfAvailable` which, if true (default should be `false`) will render descriptions which contain just an URL not as tooltip but...

Sections are meant to structure the vjsf form. Therefore, in terms of accessibility, the section headers should represent "headings" with various nested levels. This Commit adds corresponding aria attributes to...

Sometimes, in larger forms, the "help" dialog requires more explanation than makes sense in a tooltip window - or information that changes often and should not be part of the...

### Describe the bug We are using CustomRenderers on top of vuetify and test them with jest, vue-test-utils and testing-library. We had very weird errors during test execution: ``` console.warn...

bug
vue

Inside my company, we have a number of scripts that need to call various endpoints - all need to be authorized. It seems there is currently no way to and...

### Environment **Vuetify Version:** 3.5.2 **Last working version:** 2.7.1 **Vue Version:** 3.4.15 **Browsers:** Google Chrome, Mozilla Firefox **OS:** Linux, Windows ### Steps to reproduce Open playground link with Screenreader Tab...

S: triage

Closes #19155 Closes #19156 ## Description This PR solves accessibility problems in selection components. The current behaviour of a select field is the following: - The screen reader never reads...