Skip to content

Commit

Permalink
chore: Adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed Apr 15, 2024
1 parent 90b1118 commit 5190bec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Uno.UI/UI/Xaml/Controls/TextBox/TextBox.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1158,6 +1158,10 @@ public void OnTemplateRecycled()

public override string GetAccessibilityInnerText() => Text;

// TODO: Remove as a breaking change for Uno 6
// Also, make OnVerticalContentAlignmentChanged private protected.
protected override void OnVerticalContentAlignmentChanged(VerticalAlignment oldVerticalContentAlignment, VerticalAlignment newVerticalContentAlignment) { }

public void Select(int start, int length)
{
if (start < 0)
Expand Down

0 comments on commit 5190bec

Please sign in to comment.