Define a placeholder text for a RichTextView #174
Replies: 4 comments
-
do you mean the light gray text such as “Username” that instructs the user what to enter? I implemented that with RichTextEditor. See my code here: #165 |
Beta Was this translation helpful? Give feedback.
-
@martindufort @S1D1T1 While the |
Beta Was this translation helpful? Give feedback.
-
agreed. UITextview is more of a challenge - and I do need it for my iOS release. Someone once posted a trick for that a long while back. We should get that guy's help. |
Beta Was this translation helpful? Give feedback.
-
Ok so what is the best way to tackle this apart from setting a "special color" to the placeholder string. |
Beta Was this translation helpful? Give feedback.
-
What would be the best way to define a placeholder text for an empty RichTextView.
And that placeholder would dissappear upon first char and appear on empty?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions