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.
在使用 Tag-it.js 和它的 css 时,我使用 Ajax 调用获取数据,我只想从获取的数据中创建标签,如果用户在数据之外输入任何外部信息,我不想创建标签。
在选择标签时(从数据库中获取特定自动完成的数据),您需要管理此类需求的验证,这些需求将通过一种类型的标签数组或数据模型来处理。因此,当您选择任何标签时,如果在数组或数据模型中不存在输入的标签,则它会在数组或数据模型中进行检查,那么它应该触发验证。