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

Fix for #660 #745

Closed
RHJihan opened this issue Dec 24, 2022 · 1 comment
Closed

Fix for #660 #745

RHJihan opened this issue Dec 24, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@RHJihan
Copy link
Contributor

RHJihan commented Dec 24, 2022

Description
An option in Preference to toggle Force show suggestions everywhere that will override mShouldShowSuggestions = !(mIsPasswordField || flagNoSuggestions); to mShouldShowSuggestions = !mIsPasswordField;

This will fix #660 as a workaround.
@Helium314, Would you please look at it?

@RHJihan RHJihan added the enhancement New feature or request label Dec 24, 2022
odmfl added a commit to odmfl/openboard that referenced this issue Jan 3, 2023
@odmfl
Copy link

odmfl commented Jan 3, 2023

resolved in PR #750 no need to add any other options or weird stuff, this follows the normal behavior of the aosp keyboard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants