有没有办法将“自动完成”制表符编辑器应用于 <INPUT> 标记而不是制表符单元格?

Is there a way to apply `Autocomplete` tabulator editor to <INPUT> tag and not tabulator cell?

我喜欢制表符的 autocomplete 编辑器。

我可以为制表符的单元格配置它:http://tabulator.info/docs/4.9/edit#edit-builtin:

    {title: "Example", field: "example",  editor: "autocomplete" }

有没有办法将 autocomplete 应用于 <input> html 元素?

autocomplete 编辑器已经基于输入元素构建。

如果您问是否有办法在 Tabulator 之外将编辑器用作独立组件,那么 在 Tabulator 框架中的答案是否定的,Tabulators 编辑器仅设计用于 table 本身。

话虽如此,您始终可以查看编辑器的代码,看看是否可以将其构建到独立库中。