We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be0b22b commit 1c4422dCopy full SHA for 1c4422d
1 file changed
src/MaterialDesignThemes.Wpf/SmartHint.cs
@@ -265,6 +265,7 @@ private void RefreshState(bool useTransitions)
265
else
266
state = !isEmpty ? HintFloatingPositionName : HintRestingPositionName;
267
268
+ IsContentNullOrEmpty = proxy?.IsEmpty() == true;
269
IsHintInFloatingPosition = state == HintFloatingPositionName;
270
271
VisualStateManager.GoToState(this, state, useTransitions);
0 commit comments