Closed imoegirl closed 3 years ago
When i click the SingleLine InputField, the placeholder text is visible.
When i click the MultiLine InputField, the placeholder text is invisible.
Got it. On iOS, multiline UITextView doesn't support "true" placeholder as for single line UITextField. So, to simulate that placeholder text, plugin set text in field. And when you set focus to field – removes it.
Hi, can you explain more details?