We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello! Keyboard automatically underline last word (for suggestions), but Knife.toHtml() saves this underline. Any suggestions, how to solve this?
The text was updated successfully, but these errors were encountered:
Okay, after some research, I'm found this solution:
knife.setInputType(InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS); knife.setSingleLine(false);
Sorry, something went wrong.
I'm seeing underline of the first word, for some reason, setting the inputType and setSingleLine(false) didn't work for me 🤔
No branches or pull requests
Hello!
Keyboard automatically underline last word (for suggestions), but Knife.toHtml() saves this underline.
Any suggestions, how to solve this?
The text was updated successfully, but these errors were encountered: