ExtJS cellediting html 使用组合框的值

ExtJS cellediting html values using combobox

我想使用带组合框的基本 celleditor 编辑树列单元格值,但值包含 html 标签。我尝试使用 this solution,但它无法正常工作(无法完成模糊编辑,如果 clicksToEdit: 1 则无法展开)。

Link to example.

如何解决?

我将 <input> 元素添加到 fieldSubTpl 中,其中 opacity:0 和另一个 div 元素用于显示值。 Here a fiddle link.