diff --git a/src/ChipInput.js b/src/ChipInput.js index 474ca93..0226871 100644 --- a/src/ChipInput.js +++ b/src/ChipInput.js @@ -317,6 +317,7 @@ class ChipInput extends React.Component {
{(this.props.value || this.state.chips).map((tag) => ( { this.setState({ focusedChip: tag }) }}