static parseValue = (value, props) =>
        (value ? props.data.filter(item => value.includes(item.label)) : null);