I have noticed that I cannot enter Russian or Arabic text in NSSecureTextField
.
If my keyboard is set to Russian, for example, as soon as I click on NSSecureTextField,
my keyboard automatically changes to English which then reverts back to Russian when I exist NSSecureTextField.
Similarly, I cannot set my keyboard to Arabic as long as a NSSecureTextField
is active.
There may be more languages other than Arabic and Russian.
Why doesn't NSSecureTextField
support passwords in some languages? Are there any security issues? Will it break OSX Keychain?
I need to know so that if I override this behavior, I will be aware of the possible side effects.
Secondly, is there any custom NSSecureTextField
like control that supports all languages? My search returned nil.