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

Support TextInputType.none in TextInputChannel #74

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

JSUYA
Copy link
Member

@JSUYA JSUYA commented Nov 29, 2024

If TextInputType is none, the software keyboard will not be shown.

https://api.flutter.dev/flutter/services/TextInputType/none-constant.html

[test code]

const TextField(
  decoration: InputDecoration(
    labelText: 'Input',
  ),
  keyboardType: TextInputType.none,
),

If TextInputType is none, the software keyboard will not be shown.
@JSUYA
Copy link
Member Author

JSUYA commented Nov 29, 2024

@JSUYA JSUYA merged commit 3fa9201 into flutter-tizen:master Dec 2, 2024
9 checks passed
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

Successfully merging this pull request may close these issues.

2 participants