Hello
the addon SuperImmediaTetextField is declated that does not work for Vaadin 7
does anybody knows such a component for Vaadin 7 ?
best regards
Yorgos Tryfon
Hello
the addon SuperImmediaTetextField is declated that does not work for Vaadin 7
does anybody knows such a component for Vaadin 7 ?
best regards
Yorgos Tryfon
Hi,
the functionality is integrated into TextField in Vaadin 7. Please see
https://vaadin.com/api/com/vaadin/ui/AbstractTextField.html#addTextChangeListener(com.vaadin.event.FieldEvents.TextChangeListener)
and other relevant methods about the timeout etc. from the API.