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

feat: add hidesuggestions property to textbox #17815

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jcsawyer
Copy link

@jcsawyer jcsawyer commented Dec 21, 2024

What does the pull request do?

Add a HideSuggestions property to TextInputOptions that when set on a text box, the keyboard does not show the autocomplete/word suggestions above the keyboard on Android/iOS.

What is the updated/expected behavior with this PR?

Android/iOS keyboards do not present suggestions when the new HideSuggestions property is set to true.

Checklist

  • Added unit tests (if possible)? (please tell me if there's tests I'm missing here...)
  • Added XML documentation to any related classes?
  • Consider submitting a PR to https://github.com/AvaloniaUI/avalonia-docs with user documentation

Breaking changes

Fixed issues

Fixes #16579

@avaloniaui-bot
Copy link

You can test this PR using the following package version. 11.3.999-cibuild0054061-alpha. (feed url: https://nuget-feed-all.avaloniaui.net/v3/index.json) [PRBUILDID]

@cla-avalonia
Copy link
Collaborator

cla-avalonia commented Dec 21, 2024

  • All contributors have signed the CLA.

@jcsawyer
Copy link
Author

@cla-avalonia agree

@avaloniaui-bot
Copy link

You can test this PR using the following package version. 11.3.999-cibuild0054081-alpha. (feed url: https://nuget-feed-all.avaloniaui.net/v3/index.json) [PRBUILDID]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disable text input suggestions and auto-complete
4 participants