The options for editor types in the inline editor grid are very limited (text, date, select). Is it possible to extend or “inject” additional types for the inline editor? In vendor/magento/module-ui/view/base/web/js/grid/editing/record.js I see that the types are pre-defined in the defaults object: templates: { fields: { base: { parent: ‘$ { $ .$ data.record.name }’,Read more