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

An issue with multiline keyboard #12

Closed
iammuho opened this issue Jun 6, 2023 · 1 comment
Closed

An issue with multiline keyboard #12

iammuho opened this issue Jun 6, 2023 · 1 comment

Comments

@iammuho
Copy link

iammuho commented Jun 6, 2023

Hello,

I've a strange bug with multiline-keyboard.

TextField(
            focusNode: focusNode,
            controller: c,
            key: const Key('contentForm_contentInput_textField'),
            onChanged: controller.onContentChanged,
            keyboardType: TextInputType.multiline,
            minLines: 1,
            maxLines: 200,

When I clicked return(so new line happened), auto-suggestion doesn;t work, but for the first line only it works.

How can i resolve this issue ?

@xsahil03x
Copy link
Owner

Fixed in 0edb42a

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

No branches or pull requests

2 participants