Vaadin 8 TextArea HTML Content

Hi I need some textArea which has HTML content, focus and blurListeners.As far as I know there is no such a thing as HTML content for TextArea. I looked for some addons but could not find anything useful. I tried to use RichTextArea but RichTextArea does not have focus and blurListener. Thanks in advance.

Ugurcan.

I tried to add focus and blur listeners to richTextArea but it seems like it does not work too.

I think you will need to create a custom Extension / client-side component to get those events in RichTextArea.

-Olli