vuetifyjs / vuetifyjs/vuetify

[Feature Request] Add aria-disabled to disabled hours/minutes in time picker

Open
#21,885 0 comments 0 reactions 1 assignee View on GitHub

@ikushum is already working on this.

Since Jan 23, 2026.

a11y C: VTimePicker T: feature
Dominant language
TypeScript
Stars
41k
Forks
7.1k
Avg merge
1d 21h
Merged PRs (30d)
11

Description

Problem to solve

When you set allowed-minutes on time picker some values get disabled and that works fine, but it is hard to target it in testing.
I wan to test that certain hours and minutes are disabled.

Proposed solution

Add aria-disabled to disabled hour/minutes divs.

<div class="v-time-picker-clock__item v-time-picker-clock__item--disabled" style="left: 75%; top: 7%;"><span>05</span></div>

this is how it currently looks like, it has 1disabled in class value but you could also add aria-disabled to it.
it would also help with screen readers since it would be more informative to the end user that some values are disabled.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.