< textarea > how do I realize line wrapping display on placeholder on IOS side?

< textarea > how to achieve line wrapping display on placeholder on the IOS side?

1. The newline character is used is supported on Android phones, but not on IOS phones?
was implemented in this method at first, but it can"t be implemented after making changes and adding onBlur= {() = > {window.scroll (0rem 0)}} .

2. Code

 <textarea name="title" maxLength={280} placeholder="()
" onChange={(e) => this.handleTextarea(e)} onBlur={()=>{window.scroll(0,0)}}/>

3.
IOS display: (line wrapping is not achieved)

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b40d4f-4f1aa.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b40d4f-4f1aa.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?