We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01323eb commit 9107a21Copy full SHA for 9107a21
src/Core/src/Platform/Android/MauiPicker.cs
@@ -14,8 +14,6 @@ public class MauiPicker : MauiPickerBase
14
public MauiPicker(Context context) : base(context)
15
{
16
PickerManager.Init(this);
17
- // To prevent user from entering text when focus is received
18
- KeyListener = null;
19
}
20
21
public override bool OnTouchEvent(MotionEvent? e)
0 commit comments