merge master into jr-reverse-caching
This commit is contained in:
@@ -170,6 +170,10 @@ export default class InputChip extends Component {
|
||||
.filter(v => v !== value));
|
||||
|
||||
this.handleTokensChange(newTokens);
|
||||
this.focus();
|
||||
}
|
||||
|
||||
focus = () => {
|
||||
this.refs.chipInput.focus();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user