From f71d18abd584760db00d2e4bd831e5f43a85d5c7 Mon Sep 17 00:00:00 2001 From: eriklimakc Date: Thu, 8 Aug 2024 14:13:12 +0100 Subject: [PATCH] chore: Adjust docs and remove test code --- doc/material-migration.md | 2 +- .../Content/Controls/TextBoxSamplePage.xaml | 38 +------------------ .../Controls/TextBoxSamplePage.xaml.cs | 36 ------------------ 3 files changed, 2 insertions(+), 74 deletions(-) diff --git a/doc/material-migration.md b/doc/material-migration.md index c5abfcc22..63285b5a2 100644 --- a/doc/material-migration.md +++ b/doc/material-migration.md @@ -17,7 +17,7 @@ Previously, the `PlaceholderText` property acted as a header, displaying in the ##### New Behavior - **PlaceholderText**: Displays inside the TextBox when it's empty. Disappears when text is entered. -- **Header**: Acts as a label. Animates upwards when the TextBox is focused. +- **Header**: Acts as a label. Animates upwards when text is entered. ##### Example diff --git a/src/samples/UWP/Uno.Themes.Samples.Shared/Content/Controls/TextBoxSamplePage.xaml b/src/samples/UWP/Uno.Themes.Samples.Shared/Content/Controls/TextBoxSamplePage.xaml index b329275f2..169d23c68 100644 --- a/src/samples/UWP/Uno.Themes.Samples.Shared/Content/Controls/TextBoxSamplePage.xaml +++ b/src/samples/UWP/Uno.Themes.Samples.Shared/Content/Controls/TextBoxSamplePage.xaml @@ -10,43 +10,7 @@ mc:Ignorable="d"> - - - - - - - - - -