react-hook-form / documentation

📋 Official documentation
http://react-hook-form.com
MIT License
724 stars 1.04k forks source link

form builder: "input creator" form state not updated correctly when switching between inputs #1060

Open watisnu opened 7 months ago

watisnu commented 7 months ago

This might be super low prio but it might deterr some people from using the library if given a bad first impression.

I noticed that when using the "edit" button in the layout section to switch between different inputs, the "Options" don't update correctly.

Steps to reproduce

Expected behavior

The options should be "Yes;No"

Actual behavior

The values are "Mr;Mrs;Miss;Dr"