• Form control that allows custom tags to be entered

    Parameters

    Returns null | ReactElement<any, any>

    Example

    <CustomTags
    name="customTags"
    value={['Tag1', 'Tag2']}
    label={'Custom Tags'}
    onChange={e => console.log(e)}
    />

Generated using TypeDoc