DatePicker Placeholder Text not shown #3330
-
Beta Was this translation helpful? Give feedback.
Answered by
nicolaihenriksen
Sep 27, 2023
Replies: 1 comment 4 replies
-
@MarioXCB Could you elaborate a bit on the issue. When I run the demo app (both latest code and latest release), the hint and helper texts are appearing just fine (see below). Are you possibly using a custom offset? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@MarioXCB Based on what you have provided here, you are not setting the
HintAssist.HelperText
nor theHintAssist.Hint
attached properties anywhere, which would probably explain why you are not seeing them.In the image with the XAML content above, you can see how these are set in the XAML for the
DatePicker
.