Skip to content

Commit

Permalink
Update src/UraniumUI.Material/Controls/TextField.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Enis Necipoglu <info@enisnecipoglu.com>
  • Loading branch information
DevFromDownUnder and enisn committed Mar 25, 2024
1 parent 42355ff commit 9526002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UraniumUI.Material/Controls/TextField.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ protected override void OnHandlerChanged()
{
EntryView.TextChanged += EntryView_TextChanged;
EntryView.Completed += EntryView_Completed;
iconClear.Focused -= IconClear_Focused;
iconClear.Focused += IconClear_Focused;

ApplyAttachedProperties();
}
Expand Down

0 comments on commit 9526002

Please sign in to comment.