State of new components when using form

Hello,

When using a form component i have a problem with new components after.

Each new component keeps the last state of a form component : validation rules, form data key, ... even if i'm in an other tab for example, and out of the form.

On the image below, i have a form in the "modify" view of my container, and now i work on my "slug" view" and the new textInput has kept the form data key of another component, as well as its label and validation rules. It could be a little annoying to deactivate all the options for each new component.

Hey @Julien_COLOMBEAU,

Interesting! :thinking: I haven't been able to reproduce this same issue, but I can imagine it is frustrating :disappointed: Any chance you could share an app export so that I can look into it further

Hi,

unfortunately I can't reproduce on my current app. I think this has happened when producing a form and keeping working on the app after.
Closing the app seems to reset th component's options.

Thanks for your answer.