mirror of
https://github.com/bitwarden/mobile
synced 2026-01-08 03:23:23 +00:00
added image option to form entry cell. Added clear option to extended entry
This commit is contained in:
@@ -25,6 +25,11 @@ namespace Bit.iOS.Controls
|
||||
SetMaxLength(view);
|
||||
UpdateKeyboard();
|
||||
|
||||
if(view.AllowClear)
|
||||
{
|
||||
Control.ClearButtonMode = UITextFieldViewMode.WhileEditing;
|
||||
}
|
||||
|
||||
if(view.DisableAutocapitalize)
|
||||
{
|
||||
Control.AutocapitalizationType = UITextAutocapitalizationType.None;
|
||||
|
||||
Reference in New Issue
Block a user