Form control that allows custom tags to be entered
Optional
<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)} />
Generated using TypeDoc
Form control that allows custom tags to be entered