We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7acc664 commit b136d55Copy full SHA for b136d55
examples/grid/nestedRecordFields/EditUserDialog.mjs
@@ -93,7 +93,7 @@ class EditUserDialog extends Dialog {
93
94
// ensure the store has its data
95
await me.timeout(20);
96
-console.log(record.date);
+
97
me.getItem('country-field') .value = record.country;
98
me.getItem('date-field') .value = record.date;
99
me.getItem('firstname-field').value = record['user.firstname'];
0 commit comments