-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/engine
#16560Labels
a: internationalizationSupporting other languages or locales. (aka i18n)Supporting other languages or locales. (aka i18n)a: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsc: regressionIt was better in the past than it is nowIt was better in the past than it is nowf: cupertinoflutter/packages/flutter/cupertino repositoryflutter/packages/flutter/cupertino repositoryf: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.
Description
When using Chinese input methods, the text field cannot line feed,but English input methods can work.
- use a TextFormFiled widget:
TextFormField(
maxLines: 5,
keyboardType: TextInputType.multiline,
textInputAction: TextInputAction.newline
)
- Keyboard use Chinese input methods, press the newline key, it can't work.
- Keyboard use English input methods, press the newline key, work well.
VladyslavBondarenko, vstyler96, AlexV525 and lifenautjoe
Metadata
Metadata
Assignees
Labels
a: internationalizationSupporting other languages or locales. (aka i18n)Supporting other languages or locales. (aka i18n)a: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsc: regressionIt was better in the past than it is nowIt was better in the past than it is nowf: cupertinoflutter/packages/flutter/cupertino repositoryflutter/packages/flutter/cupertino repositoryf: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.