ZigbeeApp/Shared/Phone/UserCenter/Suggestion/FeedbackForm.cs
@@ -74,6 +74,7 @@ txtInput.PlaceholderTextColor = UserCenterColor.Current.TextGrayColor1; txtInput.PlaceholderText = Language.StringByID(R.MyInternationalizationString.uYouSuggestionMsg); frameInput.AddChidren(txtInput); txtInput.InitIosPlaceholderUILabelWithHeight(Application.GetRealHeight(60)); txtInput.TextChangeEventHandler += (sender, txtvalue) => { if (this.suggestionCount <= 0)