Const
Form control that allows custom tags to be entered
<CustomTags name="customTags" value={['Tag1', 'Tag2']} label={'Custom Tags'} onChange={e => console.log(e)} /> Copy
<CustomTags name="customTags" value={['Tag1', 'Tag2']} label={'Custom Tags'} onChange={e => console.log(e)} />
Form control that allows custom tags to be entered