Hi all,
for me working with “InputDialog d = dialogs.createInputDialog(…”
gives me really hard times…
I just want very basic Input Dialog with one input line and OK CANCEL buttons with Esc and ENTER shortcuts. I still did not get working after several hours…
Anyway, the JavaDoc shows an example.
In the example following lines are incorrect and not working.
InputDialog inputDialog = event.getInputDialog();
.withIcon(VaadinIcon.CLOSE.create())
There is no event.getInputDialog()
There is no VaadinIcon.CLOSE.
Please fix it and make correct working example.
Thank you.
Regards
Tomas