Skip to content

Field Removal Issue and Rendering Behavior in ReactFormBuilder #44

@madhavawasthi6430

Description

@madhavawasthi6430

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 (




);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions