mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
notes keyboard type is "Text" for auto-cap
This commit is contained in:
@@ -61,6 +61,7 @@ namespace Bit.App.Pages
|
||||
private void Init()
|
||||
{
|
||||
NotesCell = new FormEditorCell(height: 180);
|
||||
NotesCell.Editor.Keyboard = Keyboard.Text;
|
||||
|
||||
TotpCell = new FormEntryCell(AppResources.AuthenticatorKey, nextElement: NotesCell.Editor,
|
||||
useButton: _deviceInfo.HasCamera);
|
||||
|
||||
@@ -57,6 +57,7 @@ namespace Bit.App.Pages
|
||||
}
|
||||
|
||||
NotesCell = new FormEditorCell(height: 180);
|
||||
NotesCell.Editor.Keyboard = Keyboard.Text;
|
||||
NotesCell.Editor.Text = login.Notes?.Decrypt(login.OrganizationId);
|
||||
|
||||
TotpCell = new FormEntryCell(AppResources.AuthenticatorKey, nextElement: NotesCell.Editor,
|
||||
|
||||
Reference in New Issue
Block a user