Is your feature request related to a problem? Please describe.
For now, to display even a simple form with a simple text input, BuzzForm seems loads all the field types and validation rules from the registry to the frontend browser, that is not good for the initial load performance!
Describe the solution you'd like
Would be great to find a way to load only required field data from the registry, that is actually needed to render the current form, if this is possible.
Or maybe implement a mode to work without registry at all, where we just include manually and pass actual field functions to the form array, instead of the field type names as strings from the registry.
Is your feature request related to a problem? Please describe.
For now, to display even a simple form with a simple text input, BuzzForm seems loads all the field types and validation rules from the registry to the frontend browser, that is not good for the initial load performance!
Describe the solution you'd like
Would be great to find a way to load only required field data from the registry, that is actually needed to render the current form, if this is possible.
Or maybe implement a mode to work without registry at all, where we just include manually and pass actual field functions to the form array, instead of the field type names as strings from the registry.