horizon-ui-chakra icon indicating copy to clipboard operation
horizon-ui-chakra copied to clipboard

TagsField doesn’t exist in components.

Open Osama092 opened this issue 5 months ago • 0 comments

No js file called TagsField in Fields folder only "SwitchField.js" and "InputField.js" it happens here

import TagsField from "components/fields/TagsField" <TagsField id="description" label="Description" placeholderTags={[ { name: "chair", id: 1, }, { name: "furniture", id: 2, }, { name: "elegant", id: 3, }, ]} />

Osama092 avatar Aug 27 '24 01:08 Osama092