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 compact support? #38

Open
yrik opened this issue Jun 4, 2020 · 0 comments
Open

Input.Group compact support? #38

yrik opened this issue Jun 4, 2020 · 0 comments

Comments

@yrik
Copy link

yrik commented Jun 4, 2020

How to implement a case when one field consists of two fields?
In plain antd form I would do something like this:

    <Input.Group compact>
      <Input style={{ width: '20%' }} defaultValue="0571" />
      <Input.Search style={{ width: '30%' }} defaultValue="26888888" />
    </Input.Group>

But how to do it with antd-form-builder?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant