Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Microsoft.Maui.Controls 8.0.90 (Latest stable) Ruins Entry Controls #25006

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

NirmalKumarYuvaraj
Copy link
Contributor

@NirmalKumarYuvaraj NirmalKumarYuvaraj commented Sep 30, 2024

Root Cause

The TextBox style applied resulted in an incorrect column count, causing the deleteButton column to shift and misalign the layout.

Description of Change

The code was updated to correctly identify the deleteButton column, setting its width to 0 when the clearButton is not visible and to Auto when it is visible to ensure proper layout.

Validated the behaviour in the following platforms

  • Android
  • Windows
  • iOS
  • Mac

Fixes

fixes #24783

Output

Before

Before Fix

After

After Fix

@dotnet-policy-service dotnet-policy-service bot added the community ✨ Community Contribution label Sep 30, 2024
Copy link
Contributor

Hey there @NirmalKumarYuvaraj! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@MartyIX
Copy link
Contributor

MartyIX commented Oct 2, 2024

(It would be great to cover the test scenario in #25038.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community ✨ Community Contribution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Microsoft.Maui.Controls 8.0.90 (Latest stable) Ruins Entry Controls
2 participants