mirror of
https://github.com/bitwarden/mobile
synced 2025-12-23 03:33:59 +00:00
added image option to form entry cell. Added clear option to extended entry
This commit is contained in:
@@ -45,6 +45,7 @@ namespace Bit.App.Controls
|
||||
public ReturnType? ReturnType { get; set; }
|
||||
public bool? Autocorrect { get; set; }
|
||||
public bool DisableAutocapitalize { get; set; }
|
||||
public bool AllowClear { get; set; }
|
||||
|
||||
// Need to overwrite default handler because we cant Invoke otherwise
|
||||
public new event EventHandler Completed;
|
||||
|
||||
Reference in New Issue
Block a user