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

fix tag autocomplete in snippet

This commit is contained in:
Baptiste Augrain
2018-09-15 10:24:31 +02:00
parent 03b8dbbc44
commit 4a231d6fdb
2 changed files with 97 additions and 4 deletions

View File

@@ -759,6 +759,7 @@ class SnippetNoteDetail extends React.Component {
<TagSelect
ref='tags'
value={this.state.note.tags}
data={data}
onChange={(e) => this.handleChange(e)}
/>
</div>