标签
{currentUser.tags.concat(newTags).map(item => {
return
{item.label};
})}
{inputVisible && (
this.saveInputRef(ref)}
type="text"
size="small"
style={{ width: 78 }}
value={inputValue}
onChange={this.handleInputChange}
onBlur={this.handleInputConfirm}
onPressEnter={this.handleInputConfirm}
/>
)}
{!inputVisible && (
)}