Add TextInput property so users can enable/disable if they want tapping outside on an input field to close the keyboard #12003
Closed
Labels
fixed-in-8.0.0-rc.1.9171
Look for this fix in 8.0.0-rc.1.9171
legacy-area-controls
Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor
proposal/accepted
Milestone
Description
Allow users the ability to toggle closing the software keyboard when the user clicks outside of an input field. This was the default behavior in
Xamarin.Forms
but we removed this behavior because the implementation on Android broke accessibility. We can implement this onAndroid
in such a way that doesn't break accessibility. This is a high requested item and something important to Xamarin.Forms migration.Related: #12002
Intended Use-Case
The text was updated successfully, but these errors were encountered: