Spell check option for Vaadin components

If I have a text field or text area, is there any spell check options available to me that is real time that will show misspelled words with a red underline or something similar?

If so, an example would be greatly appreciated.

No spellcheck functionality is built-in to Vaadin, and IMO shouldn’t be. An add-on could be nice, that would integrate some free online spellchecking service.

But you do get the spellchecks that different browsers offer, like Firefox and Safari, without any additional work.

For multilingual applications we would need to be able to specify lang=“…” on each text editable object.

Any chance this get’s included in a upcoming release ?

We have pages where we display the same field in 3-4 languages at the same time, so the users can translate them.
But of course, the filed must be like for the built in spell checkers be able to work.

As far as I have seen, the setLocale() method of the objects does not render the lang=“” attribute.

André

Created a ticket for this feature:
http://dev.vaadin.com/ticket/5384
.

You can try this add-on
https://vaadin.com/directory#addon/spellcheck-for-vaadin