1
0
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:
Kyle Spearrin
2016-06-27 22:17:49 -04:00
parent 54da129887
commit 0cbda0b574
18 changed files with 104 additions and 17 deletions

View File

@@ -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;