#VoiceOver experts, I need advice. I've got a component like what is shown here. Semantically, this is one element with a title, a slider to adjust the value, and a text field for manually editing it. I cannot figure out how to allow control of both the slider and text field. When I combine or ignore children and then programmatically set focus on the TextField with a custom accessibilityAction, it does focus, but VoiceOver does not announce the state. #SwiftUI