1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00

Desktop: Removed placeholder in tag list because it repeats the label

This commit is contained in:
Laurent Cozic 2019-06-13 08:47:47 +01:00
parent 7bffe86439
commit a37961dccc

View File

@ -210,7 +210,7 @@ class PromptDialog extends React.Component {
theme={styles.tagListTheme}
ref={this.answerInput_}
value={this.state.answer}
placeholder={this.props.label ? this.props.label.replace(':', '') : ''}
placeholder=""
components={makeAnimated()}
isMulti={true}
isClearable={false}