-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/docs/…
-
I have the upgraded version from 2.1.1 to 3.0.0.
1. The validator inside TextFieldTags does not work I can not validate.
2. textSeparators do not work
This is my example:
…
-
If a `TextField` has `textInputAction: TextInputAction.next`, a right-arrow will be displayed in the virtual keyboard in the Android phone.
If next to that `TextField` there is another `TextField`,…
-
Currently text selection handles are only shown on mobile platforms via Material or Cupertino widgets.
Handles should also be enabled on desktop platforms with touch screen e.g. Windows and Linux l…
-
During development, we found that when "TextField" was wrapped by "ToolTip" chinese input could not be performed normally.
The code is simple:
```
Column(
mainAxisAlignment: MainAxisAl…
-
## Use case
This is specifically related to Flutter Web I think.
When using a TextField widget in Flutter Web, and when that TextField widget has .maxLines > 1, pressing the Enter key does not fir…
-
`
`
Use this with ViewPager + Fragment, scroll and init is very lag
I found out is happen when use the style @style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropd…
-
My issue is about [Mobile]
In the example, only one input box was added
I hope the keyboard won't pop up again
flutter:3.10
flutter-quill:7.3.2
![WX20230830-110332@2x](https://github.com/sing…
-
### Steps to reproduce
1. Create a TextFormField with "keyboardType: TextInputType.none", not applying the virtual keyboard;
2. When using the TextFormField with a physical keyboard, the backspace…
-
If the text in a TextField is too long, I can't select it.
Problem is in Flutter WEB.
Try too select "Hi". -> No problem.
But try to select text in the TextField with the long text. -> not possible…