mirror of
https://github.com/bitwarden/mobile
synced 2026-01-04 01:23:15 +00:00
make sure PIN doesnt show on screen. adjust focus.
This commit is contained in:
@@ -41,6 +41,11 @@ namespace Bit.iOS.Controls
|
||||
Control.AutocorrectionType = view.Autocorrect.Value ? UITextAutocorrectionType.Yes : UITextAutocorrectionType.No;
|
||||
}
|
||||
|
||||
if(view.HideCursor)
|
||||
{
|
||||
Control.TintColor = UIColor.Clear;
|
||||
}
|
||||
|
||||
if(view.ReturnType.HasValue)
|
||||
{
|
||||
switch(view.ReturnType.Value)
|
||||
|
||||
Reference in New Issue
Block a user