Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input.Group size="default" style breaks in FormItem #3630

Closed
afc163 opened this issue Oct 28, 2016 · 1 comment
Closed

Input.Group size="default" style breaks in FormItem #3630

afc163 opened this issue Oct 28, 2016 · 1 comment

Comments

@afc163
Copy link
Member

afc163 commented Oct 28, 2016

            <FormItem
              {...formItemLayout}
              label="INPUT"
              >
              <Input.Group className="ant-search-input" size="default">
                {getFieldDecorator('input')(
                  <Input size="default"/>
                )}
                <div className="ant-input-group-wrap">
                  <Button icon="scan" className="ant-search-btn" />
                </div>
              </Input.Group>
            </FormItem>
@lock
Copy link

lock bot commented May 3, 2018

This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.

@lock lock bot locked as resolved and limited conversation to collaborators May 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant