You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently in the process of constructing a complex configuration tool that could potentially encompass approximately 200 input fields. The initial development has already culminated in over a 100 input fields, with a diverse range encompassing simple text inputs, checkboxes, and radio buttons to more complex multi-select dropdowns having hundreds to thousands of options.
My primary concern revolves around the understanding of how the underlying computation of the library works, specifically regarding the formState.isDirty computation. Is it configured to execute following every change across all inputs? Furthermore, is there a constant comparison between the entire defaultState and the current state taking place each time there is a change in any one of the inputs? I welcome any insights or advice you might have.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently in the process of constructing a complex configuration tool that could potentially encompass approximately 200 input fields. The initial development has already culminated in over a 100 input fields, with a diverse range encompassing simple text inputs, checkboxes, and radio buttons to more complex multi-select dropdowns having hundreds to thousands of options.
My primary concern revolves around the understanding of how the underlying computation of the library works, specifically regarding the formState.isDirty computation. Is it configured to execute following every change across all inputs? Furthermore, is there a constant comparison between the entire defaultState and the current state taking place each time there is a change in any one of the inputs? I welcome any insights or advice you might have.
Beta Was this translation helpful? Give feedback.
All reactions