Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个场景,我想从字段中获取输入并将输入内容绑定到另一个跨度中的标签。我正在使用 Angular 7 项目中的 ngx 芯片来尝试这个表单。我想要一个 div/span,这些输入值高于 Reactive 表单
这是我导入的表格的图片
import { TagInputModule } from 'ngx-chips';
我怎样才能做到这一点?(基本上我不想在同一个输入字段内输入标签,而不是在另一个跨度上)