mirror of
https://github.com/bitwarden/mobile
synced 2026-01-05 01:53:17 +00:00
Focus input when cell tapped.
This commit is contained in:
@@ -25,9 +25,16 @@ namespace Bit.App.Controls
|
||||
|
||||
stackLayout.Children.Add(Editor);
|
||||
|
||||
Tapped += FormEditorCell_Tapped;
|
||||
|
||||
View = stackLayout;
|
||||
}
|
||||
|
||||
public ExtendedEditor Editor { get; private set; }
|
||||
|
||||
private void FormEditorCell_Tapped(object sender, EventArgs e)
|
||||
{
|
||||
Editor.Focus();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user