Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TextInput property so users can enable/disable if they want tapping outside on an input field to close the keyboard #12003

Closed
Tracked by #12004 ...
PureWeen opened this issue Dec 9, 2022 · 1 comment · Fixed by #16530
Assignees
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

Comments

@PureWeen
Copy link
Member

PureWeen commented Dec 9, 2022

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 on Android 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

  • Implemented at Controls Level
<Page HideSoftInputOnTapped="true" x:Name="page" />
@PureWeen PureWeen changed the title Add features so users can enable/disable if they want tapping outside on an input field to close the keyboard Add TextInput property so users can enable/disable if they want tapping outside on an input field to close the keyboard Dec 9, 2022
@Eilon Eilon added the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label Dec 9, 2022
@jfversluis jfversluis added this to the Backlog milestone Dec 12, 2022
@ghost
Copy link

ghost commented Dec 12, 2022

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants