react-hook-form / devtools

📋 DevTools to help debug forms.
https://react-hook-form.com/dev-tools
MIT License
638 stars 48 forks source link

Expanded field become collapsed on value change #185

Open Sajarin-M opened 1 year ago

Sajarin-M commented 1 year ago

The expanded or not state doesn't persist between field value changes This needs to be persisted just like the expand all option. Check the GIF :

hookform

clementoriol commented 1 year ago

A workaround to make this less annoying is to click the "EXPAND" button on the top right. It makes all fields stay open and thus reduces the overall flicker

However I think this should be fixed and each field should keep it's collapsed / expanded state on value change.