Exemple #1
0
        void OnTextChanged()
        {
            if (TypedNativeView == null)
            {
                return;
            }

            TypedNativeView.HidePlaceholder(!string.IsNullOrEmpty(TypedNativeView.Text));
        }