Last active
          February 13, 2017 18:36 
        
      - 
      
- 
        Save yonibot/9b4df1ff45ac3d6d1d2976b1d2c7e5ca to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <Form.Item label="E-mail"> | |
| {getFieldDecorator('email', { | |
| rules: [{ | |
| required: true, message: 'Please input your E-mail!', | |
| }, { | |
| validator: this.checkEmailFormat | |
| ], | |
| })( | |
| <Input /> | |
| )} | |
| </Form.Item> | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment