Skip to content
This repository was archived by the owner on Dec 5, 2020. It is now read-only.
This repository was archived by the owner on Dec 5, 2020. It is now read-only.

How to add a Show More Tag to show added datas #14

@iamadityaaz

Description

@iamadityaaz

A Show More Tag to show added data on selected. How can i do it, anybody please help me, i tried doing by doing -

componentDidMount () {

const value = {}

var toRemove = 'Show More';
var index = this.props.value.indexOf(toRemove);
this.props.value.splice(index, 1);

this.props.value.forEach((val) => {
  value[val[[this.props.keyAttr]] || val] = val
})



this.setState({ value })
} 

But failed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions