Xamarin.Forms icon indicating copy to clipboard operation
Xamarin.Forms copied to clipboard

[Bug] - iOS Entry with HorizontalTextAlignment End

Open cvazquez08 opened this issue 2 years ago • 0 comments

Description

Entry field when typing more than one word is not showing the "space" character

Steps to Reproduce

  1. Entry with HorizontalTextAlignment = End
  2. Type more than one word: Ex: Burger King

Expected Behavior

Typing Burger King will correctly display the space between words when hitting spacebar

Actual Behavior

Notice after typing the word Burger and hitting spacebar, the space key is not registered. Once you type "K" in King it will register the space key then display the K

Basic Information

  • Version with issue: All iOS versions
  • Last known good version: None

Screenshots

https://user-images.githubusercontent.com/44171512/191124419-8fa60a32-8d3f-476a-aa6f-8aea70572689.mov

Reproduction Link

https://github.com/cvazquez08/xamarin-entry-bug/tree/main/EntryAlignment

cvazquez08 avatar Sep 19 '22 21:09 cvazquez08