reactjs - How to autofocus react textarea? -


i try autofocus or focus(), seems not work.

<textarea autofocus />  or  <textarea ref="textarea" /> componentdidmount() {   finddomnode(this.refs.textarea).focus(); } 

edit

autofocus seems work in chrome.

both autofocus foucs() not work in ios.

calling focus() in componentdidmount seems work in desktop chrome , firefox.

demo.

it seems mobile safari intentionally suppresses auto-focussing of elements.


Popular posts from this blog

java - Cannot send AES encrypted messages of over 47 characters -

php - How to set default value of a select dynamically from database using smarty? -

telerik - Reformat image format in PDF -