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

php - How should I create my API for mobile applications (Needs Authentication) -

5 Reasons to Blog Anonymously (and 5 Reasons Not To)

Google AdWords and AdSense - A Dynamic Small Business Marketing Duo