Make public space alias field mandatory again
This commit is contained in:
parent
e1c1d2dc0f
commit
ccba7badff
2 changed files with 7 additions and 8 deletions
|
@ -143,6 +143,10 @@ export default class Field extends React.PureComponent<PropShapes, IState> {
|
|||
|
||||
public focus() {
|
||||
this.input.focus();
|
||||
// programmatic does not fire onFocus handler
|
||||
this.setState({
|
||||
focused: true,
|
||||
});
|
||||
}
|
||||
|
||||
private onFocus = (ev) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue