1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-23 03:33:59 +00:00

ios extended entry options. next button actions for add site page

This commit is contained in:
Kyle Spearrin
2016-05-23 21:56:38 -04:00
parent 8e8272c6fd
commit 7ce1eec96d
6 changed files with 72 additions and 13 deletions

View File

@@ -1,4 +1,5 @@
using System;
using Bit.App.Enums;
using System;
using Xamarin.Forms;
namespace Bit.App.Controls
@@ -40,5 +41,9 @@ namespace Bit.App.Controls
get { return (int)GetValue(MaxLengthProperty); }
set { SetValue(MaxLengthProperty, value); }
}
public ReturnType? ReturnType { get; set; }
public bool? Autocorrect { get; set; }
public bool DisableAutocapitalize { get; set; }
}
}