Axinom Mosaic Libraries
    Preparing search index...

    Variable CustomTagsConst

    CustomTags: React.FC<CustomTagsProps> = ...

    Form control that allows custom tags to be entered

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