Vaadin ComboBox Multiselect 用于管理标签
是否有 Vaadin 组件或附加组件提供具有多选功能的 ComboBox,其工作方式与大多数标记系统类似? (见图)很像 Stackoverflow 的标签。 如果您也可以通过这种方式添加新标签,那就完美了。
Is there a Vaadin component or add-on that provides a ComboBox with multiselect, that works like most tagging systems work? (see picture) Pretty much like Stackoverflow's tagging.
It would be perfect if you could also add new tags this way.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在 Typescript 中为 Vaadin 22.0.5 制作了这样一个组件。如果您需要 Flow 组件,您可以在它周围添加一个小的 Java 包装器。
token-field.ts 的内容
token-field.css 的内容
I made such a component for Vaadin 22.0.5, in Typescript. If you need a Flow component you may add a small Java wrapper around it.
Content of token-field.ts
Content of token-field.css