Accessibility: Voice Control when Secure Input is enabled

I am unable to enter text into a text field using the Voice Control feature in Catalina when EnableSecureEventInput() is enabled.


NSSecureTextField, and it's NSSecureTextFieldCell are able to receive input, but not regular NSTextField's. I'm guessing there is a different pathway for text into the private classes (e.c. NSSecureTextView, etc...).


Is there some accessibiliy flag I can set to receive Voice Control text input when secure input is enabled?


I've experimented with changing the text field's accessibility role and subrole (e.g. to NSAccessibilitySecureTextFieldSubrole), but with no luck.