- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
DatePicker and DateTimePicker UseFloatingWatermark don't work #2524
Comments
@AndrzejKl yeah, |
@punker76 are you already developing this feature? Otherwise I could do that for |
@xxMUROxx you can do it for DateTimePicker and for TimePicker, I'm currently on the Flyout PR |
@xxMUROxx and for DatePicker ;) |
@punker76 @xxMUROxx
<Controls:MetroWindow x:Class="wpf_test.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:Controls="http://metro.mahapps.com/winfx/xaml/controls"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:wpf_test"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
Title="MainWindow"
GlowBrush="{DynamicResource AccentColorBrush}"
SizeToContent="WidthAndHeight"
mc:Ignorable="d">
<StackPanel>
<DatePicker Controls:TextBoxHelper.UseFloatingWatermark="True"
Controls:TextBoxHelper.Watermark="Watermark"
SelectedDateFormat="Long" />
</StackPanel>
</Controls:MetroWindow> |
@AndrzejKl should work after 6a954d1 MahApps.Metro 1.3.0-ALPHA163 |
@punker76 @xxMUROxx Thanks, it looks that it works (Alpha 165) BTW: Maybe it will be possible to add for DatePicker, DateTimePicker and TimePicker "IsWaitingForData" functionality? R should I open new issue? |
@AndrzejKl Good! But I must say, that I don't like the IsWaitingForData effect stuff. IsWaitingForData for itself is good, but the effect has nasty effects 😭 if you use it with floating watermarks. |
@punker76 You mean visual effects or technical ones? IMO Visually it looks fine (with floating watermark)... |
What steps will reproduce this issue?
If SelectedDate is null, then Watermark is visible, but FloatingWatermark don't work when SelectedDate != null.
Expected outcome
Should work like on others controls
Environment
The text was updated successfully, but these errors were encountered: