-
Notifications
You must be signed in to change notification settings - Fork 7
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
TMIput display as two views in windows #340
Comments
@amosekr Please add the following code in your project's Platform/Windows/App.xaml file.
This will remove the underline in all Entry control. |
I am not seeing this issue in latest modus release. Please close this ticket |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In windows the entry field display as two views
We faced an issue while integrating the Modus TMInput control.
Modus control is not displaying, if create a derived class of modus control
I created the derived class from TMInput, like below
If i use ModusTextBox, the control is not displaying. If i use TMInput directly, then only the control is displaying.
The text was updated successfully, but these errors were encountered: