kiwicom / orbit-swiftui

Kiwi.com Orbit design system library
MIT License
134 stars 24 forks source link

Improve support for form field accessibility to cover both single-acc… #857

Closed PavelHolec closed 2 weeks ago

PavelHolec commented 2 weeks ago

The update should make it closer to native behaviour: 1) when simple text-based components are provided, the component acts as a single accessibility element with "label", "value" and "hint" filled in 2) when custom components are provided, the component acts as an accessibility wrapper over the existing separate accessibility elements.

Tested against the app UI tests.