1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

add tag autocomplete

This commit is contained in:
Baptiste Augrain
2018-08-21 10:57:25 +02:00
parent 039f73711a
commit 00b4874d09
9 changed files with 146 additions and 1 deletions

View File

@@ -363,6 +363,7 @@ class MarkdownNoteDetail extends React.Component {
<TagSelect
ref='tags'
value={this.state.note.tags}
data={data}
onChange={this.handleUpdateTag.bind(this)}
/>
<TodoListPercentage percentageOfTodo={getTodoPercentageOfCompleted(note.content)} />