After typing the text, I just want to hit ENTER…
It is annoying to grab a mouse and clik on the button “Apply”.
TAB TAB ENTER works, but why not just ENTER?
Thank you.
Tomas.
Hi Thomas!
Enter
is a predefined shortcut for field value change: textField
, comboBox
, etc.
Thus, this shortcut clashes with the standard Vaadin’s shortcut.
If you will press Enter
to apply a filter, for example, you won’t be able to open the overlay for a comboBox
.
Regards,
Dmitriy