We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug After adding the Watermark feature the RichtextBox input is broken.
To Reproduce
<RichTextBox Margin="{StaticResource ControlMargin}" Controls:TextBoxHelper.ClearTextButton="True" Controls:TextBoxHelper.Watermark="Type something in..." IsDocumentEnabled="True" SpellCheck.IsEnabled="True" />
Expected behavior Same behavior like a TextBox.
Screenshots
The text was updated successfully, but these errors were encountered:
(GH-3646) Fix broken RichTextBox
1cbdf6a
Merge pull request #3648 from MahApps/GH-3646
d614193
Successfully merging a pull request may close this issue.
Describe the bug
After adding the Watermark feature the RichtextBox input is broken.
To Reproduce
Expected behavior
Same behavior like a TextBox.
Screenshots
![mahapps_richtextbox](https://user-images.githubusercontent.com/658431/66685864-f0692300-ec7d-11e9-9698-45ac5d171cda.gif)
The text was updated successfully, but these errors were encountered: