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've just updated ~60 form types to use the new way of defining the type. When I checked the profiler, I noticed that the names of the forms are now displayed incorrectly. Besides of adding the subtypes to the builder, this form type doesn't define any specific methods.
I've tried playing around but I cannot find a compromised way of showing types. This is an issue because "text" is not passed with the FQCN. My suggestion would be to just put the classname of the FQCN: TextType or Text and PrivateInfo or PrivateInfoType for example.
I have not tested this in 3.0, what's the solution there?