maui
maui copied to clipboard
Resolved Text Jump Issue in Entry Control with HorizontalTextAlignment Set to End
Root cause
The root cause of the issue was that the DeleteButton occupied space even when disabled, causing layout issues.
Description of Issue Fix
The solution involves adjusting the “Column” and removing the extra column dynamically based on the button's enabled state, ensuring the layout is correct.
Issues Fixed
Fixes #24405
Output
Before fix:
After fix:
Hey there @BagavathiPerumal! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.
Fixes #24405
This syntax does not make Github to close the issue automatically. The correct syntax is just plaintext:
Fixes #24405
/azp run
Azure Pipelines successfully started running 3 pipeline(s).
Azure Pipelines successfully started running 3 pipeline(s).
Azure Pipelines successfully started running 3 pipeline(s).
Failing test unrelated