Make public space alias field mandatory again
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user