Skip to content

InputView with TextTransform="Uppercase" triggers TextChanged twice per character #30084

@bhavanesh2001

Description

@bhavanesh2001

Description

When using <Entry TextTransform="Uppercase" />, typing a lowercase character causes the TextChanged event to fire twice:

  1. Once with the raw lowercase input (e.g., "d")
  2. Again with the transformed uppercase result (e.g., "D")

Image

Happens with Entry, Editor, SearchBar

Steps to Reproduce

No response

Link to public reproduction project repository

https://github.com/bhavanesh2001/maui-bugs/tree/text_changed_bug

Version with bug

9.0.70 SR7

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

iOS, Android, Windows, macOS

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions