How to get the textarea of ShareJS to autofocus?

44 views Asked by At

Typically it is possible to get a textarea to focus using the autofocus attribute or with jQuery such as $('textarea').focus();

Using the textarea provided by the ShareJS package for Meteor breaks these assumptions.

There is a demo of ShareJS for meteor.

0

There are 0 answers