Xamarin.Forms
Xamarin.Forms copied to clipboard
[Bug] - iOS Entry with HorizontalTextAlignment End
Description
Entry field when typing more than one word is not showing the "space" character
Steps to Reproduce
- Entry with HorizontalTextAlignment = End
- 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