Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix VoiceOver for single-line TextInput (#1271)
This adds the appropriate override for AppKit (`setAccessibilityElement:`) so that the `NSTextField` will not get set to be accessible, since its cell instead is already accessible and performs the correct VoiceOver behaviors. VoiceOver now reads as you type in a single-line `TextInput` Co-authored-by: Scott Kyle <[email protected]>
- Loading branch information