Skip to content

enableSuggestions:false is not honored on Android #71679

@nicolasfavier

Description

@nicolasfavier

I want to have a multiple lines TextField without suggestions or autocorrect. The use case is for a writing game application.

Ios work just fine using :
keyboardType: TextInputType.multiline, enableSuggestions: false, autocorrect: false
But in an android device I still have the suggestions.

In Android natif you can achieve this using the combination of inputTypes :
android:inputType="textFilter|textMultiLine|textNoSuggestions"
But with flutter I can. only pass one argument
keyboardType: TextInputType.multiline

There was a previous discussion in the subject here : #22828

Metadata

Metadata

Assignees

Labels

P2Important issues not at the top of the work lista: text inputEntering text in a text field or keyboard related problemsc: regressionIt was better in the past than it is nowcustomer: crowdAffects or could affect many people, though not necessarily a specific customer.engineflutter/engine related. See also e: labels.found in release: 3.0Found to occur in 3.0found in release: 3.1Found to occur in 3.1has reproducible stepsThe issue has been confirmed reproducible and is ready to work onplatform-androidAndroid applications specificallyr: fixedIssue is closed as already fixed in a newer versionteam-engineOwned by Engine teamtriaged-engineTriaged by Engine team

Type

No type

Projects

Status

Done (PR merged)

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions