Skip to content
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

Don't catch TextChangedEvent in NumericUpDown #3066

Merged
merged 1 commit into from
Oct 6, 2017

Conversation

marcpiechura
Copy link
Contributor

What changed?

The NumericUpDown control catches the TextBoxChangedEvent and therefore other styles that depend on the event doesn't work correctly, i.e. the SmartHint feature from Material Design.
Example:

2017-10-06_13-42-12

This PR removes the line which catches the event.

2017-10-06_13-45-06

@punker76 punker76 added this to the 1.6.0 milestone Oct 6, 2017
@punker76 punker76 merged commit 8685b04 into MahApps:develop Oct 6, 2017
@punker76
Copy link
Member

punker76 commented Oct 6, 2017

@Silv3rcircl3 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants