Skip to content

[Android, iOS] IsTextPredictionEnabled="False" for SearchBar not working #30961

@marco-skizza

Description

@marco-skizza

Description

Dear MAUI-Team

In my code I have a SearchBar as followed:

        <SearchBar
            ios:SearchBar.SearchBarStyle="Minimal"
            IsSpellCheckEnabled="False"
            IsTextPredictionEnabled="False" />

But despite the IsTextPredictionEnabled="False", on Android and iOS the text prediction is shown.

Steps to Reproduce

Run the sample code from the repo.

Link to public reproduction project repository

https://github.com/marco-skizza/MauiSearchBar

Version with bug

9.0.90 SR9

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

Android, iOS

Affected platform versions

Android 15, iPadOS 18.6

Did you find any workaround?

No

Relevant log output

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions