Open
Description
Currently, only the first InputTypeFactory
loaded from spring.factories is loaded.
I would like to provide custom types while keeping the existing ones in place, or combine multiple factories. Therefore, it would be nice to have some sort of CompositeInputTypeFactory
which will use all available factories (which can be ordered with the @Order
annotation, HtmlInputTypeFactory
should have the lowest priority).