You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I experience some error logs in browser console, when adding a vaadin Combobox to a cell...
Minimal repro:
Table table = new Table();
TableRow tableRow = new TableRow();
TableDataCell tableDataCell = tableRow.addDataCell();
tableDataCell.add(new ComboBox<>());
table.getBody().addRows(tableRow);
renderedComponent.add(table);
Hi,
I experience some error logs in browser console, when adding a vaadin Combobox to a cell...
Minimal repro:
Table table = new Table();
TableRow tableRow = new TableRow();
TableDataCell tableDataCell = tableRow.addDataCell();
tableDataCell.add(new ComboBox<>());
table.getBody().addRows(tableRow);
renderedComponent.add(table);
Uncaught TypeError: $0 is null
anonymous http://127.0.0.1:3000/ui/process/VAADIN/build/FlowClient-BZ2ixoyw.js line 3 > Function:3
Q3 http://127.0.0.1:3000/ui/process/VAADIN/build/FlowClient-BZ2ixoyw.js:3
Bg http://127.0.0.1:3000/ui/process/VAADIN/build/FlowClient-BZ2ixoyw.js:3
Xm http://127.0.0.1:3000/ui/process/VAADIN/build/FlowClient-BZ2ixoyw.js:1
om http://127.0.0.1:3000/ui/process/VAADIN/build/FlowClient-BZ2ixoyw.js:1
cb http://127.0.0.1:3000/ui/process/VAADIN/build/FlowClient-BZ2ixoyw.js:3
Jr http://127.0.0.1:3000/ui/process/VAADIN/build/FlowClient-BZ2ixoyw.js:3
nE http://127.0.0.1:3000/ui/process/VAADIN/build/FlowClient-BZ2ixoyw.js:3
C http://127.0.0.1:3000/ui/process/VAADIN/build/FlowClient-BZ2ixoyw.js:3
_r http://127.0.0.1:3000/ui/process/VAADIN/build/FlowClient-BZ2ixoyw.js:1
...
Can you please check and try to reproduce it?
Thank you,
Róbert