ZupIT/beagle

The accessibilityValue from Text component not behave like UILabel and Android component

Closed this issue · 0 comments

Description

When we use the default text component of the Beagle, when we set accessibility via the accessibilityLabel parameter, the accessibilityValue value is set automatically with the value of the text component, thus making VoiceOver access confusing.

Steps To Reproduce

1 - Set some text with accessibilityLabel text.

Captura de Tela 2021-09-17 às 14 58 27

2 - Run iOS project with Accessibility Inspector
Captura de Tela 2021-09-17 às 15 05 23

Expected Results

The default behavior of UILabel is to leave the accessibilityValue parameter empty, which is not the case in Beagle.