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

This is not working on react typescript project #102

Closed
aryanisml opened this issue Sep 27, 2022 · 2 comments
Closed

This is not working on react typescript project #102

aryanisml opened this issue Sep 27, 2022 · 2 comments
Assignees
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@aryanisml
Copy link

Drag and drop control , popup is open but after updating the property the popup is not closed.

<FormBuilder
display="form"
onSaveComponent={(schema: any) => console.log(schema)}
onUpdateComponent={(schema: any) => setSchema((prev) => schema)}
onChange={(schema: any) => setSchema(schema)}
components={[]}
/>

image

@aryanisml aryanisml added the bug Something isn't working label Sep 27, 2022
@Romakita
Copy link
Contributor

Because you change the state during the modal edition. This problem is related to formio.js itself. I’m not able to fix that.

see you

@Romakita Romakita added the wontfix This will not be worked on label Sep 27, 2022
Copy link

🎉 Are you happy?

If you appreciated the support, know that it is free and is carried out on personal time ;)

A support, even a little bit makes a difference for me and continues to bring you answers!

github opencollective

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants