Description
This would align with TextField constructors, where you can pass the component id and the value type without the model (which is common when working with CompoundPropertyModel.)
i.e. add public NumberTextField(String id, Class<N> type)
This would align with TextField constructors, where you can pass the component id and the value type without the model (which is common when working with CompoundPropertyModel.)
i.e. add public NumberTextField(String id, Class<N> type)