Пример #1
0
        void OnTextChanged()
        {
            if (NativeView == null)
            {
                return;
            }

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