vaadin / collaboration-engine

The simplest way to build real-time collaboration into web apps
https://vaadin.com/collaboration
Other
3 stars 1 forks source link

Implement `Focusable` in `CollaborationMessageInput` that focuses the text field #39

Open Peppe opened 3 years ago

Peppe commented 3 years ago

When I open up a chat view I want the input field to be automatically focused, so I can start writing a message without having to click on the textfield first.

Legioth commented 3 years ago

Isn't it CollaborationMessageInput that should be Focusable rather than CollaborationMessageList?

Peppe commented 3 years ago

You are correct. I fixed the title.