Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit edd7aed

Browse files
authored
Fixes #576 - /add page partway bug (#577)
1 parent 206ec13 commit edd7aed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/add/form/detail-info-fields.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ let Tags = React.createClass({
8888
allowNew={true}
8989
handleDelete={(...args) => this.handleDelete(...args) }
9090
handleAddition={(...args) => this.handleAddition(...args) }
91+
autofocus={false}
9192
classNames={{
9293
root: `react-tags form-control d-flex flex-column flex-sm-row`,
9394
selectedTag: `selected-tag btn btn-sm mr-sm-2 my-1`,

0 commit comments

Comments
 (0)