]> source.dussan.org Git - vaadin-framework.git/commit
Send TextField value to server on flush()
authorArtur Signell <artur@vaadin.com>
Fri, 9 Sep 2016 06:37:57 +0000 (09:37 +0300)
committerArtur Signell <artur@vaadin.com>
Fri, 9 Sep 2016 06:39:09 +0000 (06:39 +0000)
commitdfe23f7385d8f8737747b8646299adddaaa57c8d
treeb2c5746d8c14cb39a1a11ba7de2bb45557dcb749
parentde590afcf91cc47fede3630a4f8b0adb54814777
Send TextField value to server on flush()

This seems to have been dropped from the new TextField patch and is needed e.g. for
shortcut handlers to send the value before invoking the shortcut

Change-Id: Icb0fb45c8d28fad90f13f958cbc5970cdb0fd54a
client/src/main/java/com/vaadin/client/ui/textfield/AbstractTextFieldConnector.java