remove button fir first tag

This commit is contained in:
u-e 2019-02-12 16:46:58 +03:00
parent 2a44133bc4
commit 33b993cc45

View File

@ -106,7 +106,7 @@ export default class TagAreaView extends Component {
}}
isPin={i === 0 && chips[1]}
placeholderTextColor="#fff"
removeButton={i !== 0}
removeButton
handleOnRemoveButtonPress={() => this._handleTagRemove(i)}
editable={!isPreviewActive}
maxLength={50}