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

Can't add separate Fields #41

Closed
aturan23 opened this issue Jun 7, 2019 · 6 comments
Closed

Can't add separate Fields #41

aturan23 opened this issue Jun 7, 2019 · 6 comments

Comments

@aturan23
Copy link

aturan23 commented Jun 7, 2019

Describe the bug
I use FormGenerator. And I customized my form component and used it. But when I use separate fields it's render just first one. I changed order of fields but just first one on dialog

Screenshots
image

Desktop (please complete the following information):

Additional context
how I create:

controls: {
        autosuggestion: {
            render: (control) => <AutocomplateField {...control} />,
            meta : {
                label: "some"
            }
        },
        downshift: {
            render: (control) => <IntegrationDownshift {...control}/>,
            meta: {
                label: 'downshift'
            }
        }
    }
@bietkul
Copy link
Owner

bietkul commented Jun 7, 2019

What does your IntegrationDownshift component render?

@aturan23
Copy link
Author

aturan23 commented Jun 7, 2019

What does your IntegrationDownshift component render?

@bietkul its material-ui field. u can see it here

@bietkul
Copy link
Owner

bietkul commented Jun 7, 2019

I'm not sure, something is off with this component.
Can you please share a code sandbox link with an example.

@aturan23
Copy link
Author

aturan23 commented Jun 7, 2019

I'm not sure, something is off with this component.
Can you please share a code sandbox link with an example.

@bietkul here

@aturan23
Copy link
Author

aturan23 commented Jun 7, 2019

I'm not sure, something is off with this component.
Can you please share a code sandbox link with an example.

I'm sorry. But now it works. I don't know how :)

@bietkul
Copy link
Owner

bietkul commented Oct 8, 2019

Closing because it is not an issue with the library.

@bietkul bietkul closed this as completed Oct 8, 2019
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

2 participants