Crow
Crow

Reputation: 1

How to get the textarea of ShareJS to autofocus?

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.

Upvotes: 0

Views: 35

Answers (0)

Related Questions