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

Field Removal Issue and Rendering Behavior in ReactFormBuilder #44

Open
madhavawasthi6430 opened this issue Sep 30, 2024 · 0 comments
Open

Comments

@madhavawasthi6430
Copy link

madhavawasthi6430 commented Sep 30, 2024

When dragging and adding a new field to the form, the total number of form fields temporarily increases, as expected. However, after completing the drag-and-drop action, one field is unexpectedly removed from the bottom, reducing the total field count. This behavior persists even after removing the onPost function or any related external updates.

To provide more context, I have attached a video where you can see that initially, there are four fields. As I drag and drop a new field, one of the existing fields gets removed from the bottom. You can view the video here:
[https://www.awesomescreenshot.com/video/32045526]

const FromBuilder = ({ formData, handleChangeEvent }) => {
return (




);
}

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