The thing is that textField will not look the same shape and styling for whole application, it may sometime be (inputGroup, different position for label and error, want to pass some reactNode to description instead of simple string, ....).
On the other hand, it still has complex form that use a lot of the inputs(maybe use-case of createFormHook).
So, the question is that
is that valid to create multiple createFormHook
is that valid to create multiple createFormHook
instead of creating the component that accept every possible props?