merge master into jr-reverse-caching

This commit is contained in:
Jannis R
2017-01-09 12:50:26 +01:00
68 changed files with 1067 additions and 721 deletions

View File

@@ -170,6 +170,10 @@ export default class InputChip extends Component {
.filter(v => v !== value));
this.handleTokensChange(newTokens);
this.focus();
}
focus = () => {
this.refs.chipInput.focus();
}