Fixes tab on Chip Input (#3022) (#3044)

This commit is contained in:
Nicolas Gotchac
2016-11-01 13:51:02 +01:00
committed by Jaco Greeff
parent 4d4b124efd
commit ff04c622f3
4 changed files with 51 additions and 15 deletions

View File

@@ -107,7 +107,7 @@ export default class EditMeta extends Component {
onTokensChange={ this.onTagsChange }
label='(optional) tags'
hint='press <Enter> to add a tag'
clearOnBlur
addOnBlur
/>
);
}