src/menu/urlfieldcomponent/settingform/index.jsx
@@ -30,6 +30,17 @@ } } componentDidMount() { try { let _input = document.getElementById('field') if (_input.focus) { _input.focus() } } catch (e) { console.warn('focus error!') } } render() { const { getFieldDecorator } = this.props.form