Skip to content

Make time picker accessible

Volker Krause requested to merge work/vkrause/a11y-time-picker into master

Not perfect yet, as Accessible doesn't seem to support the value interface for direct numerical input, but at least you can enter something now and don't get spammed by countless non-interactive delegate items.

Unfortunately this isn't of much help for Appium-based tests, as those don't support the increase/decrease actions nor the value interface IIUC.

Merge request reports